Updated Hardware: Universal Com Port (markdown)

Simon Fortier 2018-12-21 13:59:30 -05:00
parent b785d4ebfe
commit 7ca857710a

@ -12,7 +12,7 @@ Hardware ID: `0x000D`
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `0` | `COMPORT_BUFFER_CLEAR` | `0 kJ` | Clears the internal message buffer. | | `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 | | `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 | | `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. | | `4` | `COMPORT_CONSOLE_CLEAR` | `0 kJ` | Clears the console. |