Simple Sensor Interface protocol: Difference between revisions

Content deleted Content added
No edit summary
Line 19:
=== SSI v1.2 command base ===
 
{| border="1" cellspacing="0" cellpadding="5" alignstyle="centermargin:auto;"
|-
! Command byte
! Direction
Line 103 ⟶ 104:
| <->
| Free data for custom purposes
|-
|}
 
Line 139:
=== Point-to-point SSI ===
 
Point-to-point messaging with SSI can be done with SSI/UART. An SSI UART message consists of a 3-byte UART header, an SSI message as the payload and an optional [[CRC|Cyclic redundancy check]] [[checksum]]. The use of a checksum is defined by the SSI message/command type, with lower case commands indicating the use of CRC. The header consists of a start byte (0xFE), a 2-byte (total) length of the message and a 2-byte [[bitwise operation|bitwise]] [[NOT|Negation]] length to help identify the frame start.
 
=== Networking SSI ===