ADAM-6200 User Manual 148
$aaF
Name Read Firmware Version
Description Returns the firmware version from a specified module.
Syntax $aaF(cr)
$ is a delimiter character.
aa (range 00-FF) means the 2-character hexadecimal slave address
of the ADAM-6200 module you want to request. (Always 01)
F is the Firmware Version command.
(cr) is the terminating character, carriage return (0Dh).
Response !aa(version)(cr) if the command is valid.
?aa(cr) if an invalid operation was entered.
There is no response if the module detects a syntax error, communica-
tion error or if the address does not exist.
! delimiter indicating a valid command was received.
? delimiter indicating the command was invalid.
aa (range 00-FF) represents the 2-character hexadecimal slave
address of an ADAM-6200 module.
(version) represents the firmware version of the module.
(cr) is the terminating character, carriage return (0Dh).
Example The command requests the system at address 01h to send its firm-
ware version.
The system responds with firmware version 1.01.
ASCII Command: $01F(cr)
Response: !01 A1.00B01(cr)