User's Manual
Table Of Contents
- Contents
- Chapter 1. Introduction
- Chapter 2. Using the addSWITCH
- Chapter 3. Performing Advanced Functions
CHAPTER3
Serialcommunicationprotocol
23
10. From the hyperterminal window’s menu bar, select TransferSend
File
to display the dialog shown in Figure 13.
Note: You must start the image upload within 60 seconds or a timeout will
occur.
Figure 13. Dialog to Upload Firmware Image
11. Browse to and select the firmware image.
12. Select the Ymodem
Protocol and click Send.
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.
•
Command is the command proper, which can be composed of a
variable string of characters (for example, SLOT). Each node can
implement a set of commands depending on the functionality of
the node itself. However, as a minimum requirement, a node
recognizes the CMDS command, which returns a list with the
commands accepted by the node.