ID TECH Spectrum Air User Manual
Copyright © 2020, International Technologies & Systems Corporation. All rights reserved.
Page | 23
The “Synchronize” button allows the demo program to query the reader determine its
security/communication setting and “synchronize” to the readers setting. This button does not
determine every possible reader feature such as baud rate, it assumes the reader is able to
communicate with the demo program.
When the RS232 demo starts up, it attempts to open COM 1 and connect to the reader.
If this dialog box displays, COM 1 was either not installed or already in use. Just select the correct port
under the port tab and you should be connected to the reader. A check mark next to the port and to
open indicates that the port is connected.
9.2.
Manual Command
The demo software allows users to manually input and send commands to the device. Type the
<Command Data> in the field, and the command will be sent
Commands are sent out in the following structure:
60 00 <LenL><Command_Data><LRC> 03
•
<Command_Data>: Please refer to Appendix A for a complete list of commands
•
<LRC> is a one-byte Xor value calculated for the above data block from <STX> to <ETX>
•
e.g. 60 00 02 53 18 4A 03 (Set Default Configuration)
•
e.g. 60 00 02 52 22 71 03 (Read Firmware Version)