Input to the Serial Communication App (Parent and Repeater App)
Commands to send data to the serial communication app
You can send data to the child device of the serial communication app (format mode, simple format).
UART
Format Mode: ASCII Simple Format
App_Wings v1.3 and later support the simple format of format mode (A).
As of September 2024, App_Wings v1.3 is not included in the publicly available SDK.
You can download App_Wings v1.3 from the following links and use it by specifying the file to write.
- BLUE version:
App_Wings_BLUE_L1305_V1-3-2.bin - RED version:
App_Wings_RED_L1305_V1-3-2.bin
Data Format
| # | Data | Description | Notes |
|---|---|---|---|
char | Header | Only : | |
| 0 | uint8 | Destination Logical Device ID | Parent 0x00, Child 0x01-0x64, All Children 0x78 |
| 1 | uint8 | Command Number | Any value less than 0x80 |
| 2 | [uint8] | Arbitrary Data | Byte sequence of length \(N\) (recommended \(N\leqq80\)) |
uint8 | Checksum | LRC8 | |
char | Footer | CR (0x0D/'\r') | |
char | Footer | LF (0x0A/'\n') |