19
New machine number
is a 2-byte Hex string. Therefore, machine number can have a value
in the 00H…FFH range.
Get machine number („Q‟, 51H)
PC to GS1100
ENQ-M#-
„Q‟
GS1100 to PC
STX-
current machine number
-ETX-BCC
PC to GS1100
ACK/(NAK)
GS1100 to PC
EOT
Current machine number
is a 2-byte Hex string. Therefore, machine number returned can
be in the 00H…FFH range.
Get firmware version („V‟, 56H)
PC to GS1100
ENQ-M#-
„V‟
GS1100 to PC
STX-
version string
-ETX-BCC
PC to GS1100
ACK/(NAK)
GS1100 to PC
EOT
Version string
can have a variable length but will never exceed 61 character. Although it is
technically possible to have a version string with any kind of ASCII data in it, we commit to
the following format:
V
x.xx pp…p nn…n
, where V
x.xx
-
version number (i.e. “V1.25”),
pp…p
- product model
number (i.e. “GS1100”),
nn…n
-
note (i.e. “rev. 01/01/2000”).
Version number, product model number and note fields are separated by space
characters. Version number and product model number are guaranteed to contain no
space characters. Note field can contain any characters including spaces.
Invoke Test mode („Z‟, 5AH)
PC to GS1100
ENQ-M#-
„Z‟
GS1100 to PC
!!! No reply from GS1100 !!!
This command is used to force the GS1100 into a special Test mode. No reply is issued by
the GS1100 upon receiving this command. Details of GS1100 operation in the Test mode
are provided in Hardware Testing. Note that Test mode destroys log database memory
contents in such a way tha
t the data cannot be recovered even with the “M” command.