User's Manual

CHAPTER3
SerialCommunicationProtocol
26
Starting flash blankcheck and erase process. . . done
---------------------------------------------------
Start the Y-modem upload now!
Starting CCCCC
10. From the hyperterminal window’s menu bar, select
TransferSend
File to display the dialog shown in Figure 12.
Note: You must start the image upload within 60 seconds or a timeout will
occur.
11. Browse to and select the firmware image.
12. Select the Ymodem Protocol and click Send.
Figure 12. Dialog to upload firmware image
13. To start the new firmware, enter the following command:
firmware
SerialCommunicationProtocol
This protocol is based on a master sending commands and a node
answering. The whole communication is conducted in plain ASCII, as
strings, and numbers are represented in decimal format. All
commands are terminated with a CR/LF combination. All responses
(answers) are terminated with the # character.
GeneralFormatofaCommand
The commands have the following format:
ID Command Param1 Param2 ... ParamN
ID is the destination device. If you include an ID as part of a
command, the node checks whether ID=ownID. If it does, the
node executes the command on itself. If the ID is not the node’s
ID, the node executes the command on a remote device, if such
an ID exists. If the ID is missing, this implies that the command
is addressed locally.
Note: Not all the commands can be relayed remotely.