diff --git a/Hardware:-Universal-Com-Port.md b/Hardware:-Universal-Com-Port.md index 87dcc5b..23a6fd2 100644 --- a/Hardware:-Universal-Com-Port.md +++ b/Hardware:-Universal-Com-Port.md @@ -12,7 +12,7 @@ Hardware ID: `0x000D` | --- | --- | --- | --- | | `0` | `COMPORT_BUFFER_CLEAR` | `0 kJ` | Clears the internal message buffer. | | `1` | `COMPORT_POLL` | `4 kJ` | Copy all internal buffer messages to memory at X, sets B to the number of messages copied | -| `2` | `COMPORT_FRONT_PORT_OUT` | `20 kJ` | Copies 8 words starting from the address in X to the object directly in front of the cubot if this object has a Universal Com Port as well. The B register is set if the operation succeeded, it is reset otherwise | +| `2` | `COMPORT_FRONT_PORT_OUT` | `5 kJ` | Copies 8 words starting from the address in X to the object directly in front of the cubot if this object has a Universal Com Port as well. The B register is set if the operation succeeded, it is reset otherwise | | `3` | `COMPORT_SELF_OUT` | `1 kJ` | Copies 8 words starting from the address in X to the internal message buffer. The B register is set if the operation succeeded, it is reset otherwise | | `4` | `COMPORT_CONSOLE_CLEAR` | `0 kJ` | Clears the console. |