the External Computer creates a command packet, it should place a unique number (from 0 to 127) into the seqno field of the packet. When the Serial Adapter later generates a response to that packet, it will place this same value in the seqno field of the response. In this way, the External Computer can match re- sponses with commands.
MCP Command Messages to the Serial Adapter
This section describes each of the messages which may be sent to the Serial Adapter via its
Transmit Data Packet
Purpose: To send a data message over the radio to the specified Serial Adapter.
Response Expected from Serial Adapter: “Status Indication of Transmitted Packet”
Message Format: |
|
|
BYTE | command (ASCII ‘T’, 54H) | |
BYTE | seqno |
|
BYTE | len H | ; Length of data field below |
BYTE | len L |
|
BYTE | destaddr H |
|
BYTE | destaddr 3 |
|
BYTE | destaddr 2 |
|
BYTE | destaddr L |
|
BYTES | data |
|
75