4.2.4 UART Command/Response Frame Creation
Creating a UART command or response frame involves the following steps:
- Start each command/response frame with the Start-Of-Frame code.
- Calculate the UART Checksum.
- Substitute all the reserved codes in the command/response and checksum by replacing them with their 2-byte representation.
- End the command/response frame with the End-Of-Frame code.