EasyManua.ls Logo

Brainboxes ED 5 Series - Protocol Examples

Brainboxes ED 5 Series
20 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
13
8. Protocol Examples: ASCII
ASCII
This COM port can then be used to send and receive ASCII commands using any
standard Windows Serial port program e.g. Hyperterminal. A sample terminal
program called PuTTY and a comprehensive list of protocol examples can be
found on the CD and on our website www.brainboxes.com
Command Format
The command string is made up of several different parts. For example, the
command $aa5vv can be broken down into as many as 6 separate parts.
$ aa 5 vv [CS] (CR)
Delimiter Address Command Parameters Checksum* Carriage
Return
* Optional parameter for the command.
Response Format
The response received from the device will depend on the ASCII command that
has been sent.* Only applicable for certain commands that return data.
! aa (Data) [CS] (CR)
Delimiter Address Data* Checksum** Carriage Return
** Optional parameter for the command.
Example Commands - See Manual for full lists