User manual
VS-48HN - Protocol 3000
43
11.3.1 Packet Protocol Structure
The packet protocol is designed to transfer large amounts of data, such as files, IR
commands, EDID data, and so on.
11.3.1.1 Using the Packet Protocol
To use the packet protocol:
1. Send a command: LDEDID
2. Receive Ready or ERR###
3. If Ready:
Send a packet
Receive OK on the last packet
Receive OK for the command
4. Packet structure:
Packet ID (1, 2, 3…) (2 bytes in length)
Length (data length + 2 for CRC) - (2 bytes in length)
Data (data length -2 bytes)
CRC - 2 bytes
05…
Packet ID
Length
Data
CRC
5. Response:
~NNNNSPOKCR LF
Where NNNN is the received packet ID in ASCII hex digits.