/      日本語

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).

Data Format

#DataDescriptionNotes
charHeaderOnly :
0uint8Destination Logical Device IDParent 0x00, Child 0x01-0x64, All Children 0x78
1uint8Command NumberAny value less than 0x80
2[uint8]Arbitrary DataByte sequence of length \(N\) (recommended \(N\leqq80\))
uint8ChecksumLRC8
charFooterCR (0x0D/'\r')
charFooterLF (0x0A/'\n')