Editing Talk:SW2-303
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
01 - soh = start of heading(command sending to chip) | 01 - soh = start of heading(command sending to chip) | ||
02 - stx = start of text/start transmission(marker for start of reply from chip) | 02 - stx = start of text/start transmission(marker for start of reply from chip) | ||
03 - etx = end of text/end transmission(marker for end of reply from chip/end of command data sent to chip) | 03 - etx = end of text/end transmission(marker for end of reply from chip/end of command data sent to chip) | ||
</pre> | </pre> | ||
Line 21: | Line 19: | ||
Command frame: LEN + COM + all of command information | Command frame: LEN + COM + all of command information | ||
Data frame: LEN + all of data | Data frame: LEN + all of data | ||