![](/images/new-backgrounds/1304354/3043549x1.webp)
1.7 Handshake Codes
ACK : 0x41 ( ‘A’ )
When the
See “2. Command Reference” (page 6) for details.
NAK : 0x4E ( ‘N’ )
When the
DELIMITER : 0x0D ( ‘CR’ )
The
1.8 Communication Packet Format
Communication packets are variable in data length.
A communication packet consists of command, parameter and delimiter, as shown below.
Command example:
When “C” is selected in AV/RGB INPUT ( ‘C S E L 3 CR’ )
0x43, 0x53, 0x45, 0x4C, | 0x33, | 0x0D | |
Command |
| Parameter | Delimiter |
Command | : The command always comprises the first four bytes. | ||
Parameter | : The length and function of the parameter varies according to the command. See “2. Command | ||
|
| Reference” (page 6) for details. | |
Delimiter | : The | ||
|
| as the last byte of all commands. |
Example of ACK
When the
0x41, | 0x33, |
| 0x0D |
ACK | Parameter | Delimiter | |
Parameter | : The length and function of the parameter varies according to the command. See “2. Command | ||
|
|
| Reference” (page6) for details. |
Delimiter |
| : The | |
|
|
| as the last byte of all commands. |
Example of NAK
0x4E, 0x0D NAK Delimiter
Delimiter | : The |
| as the last byte of all commands. |
Page 5/43