![IDTECH iMag User Manual Download Page 4](http://html.mh-extra.com/html/idtech/imag/imag_user-manual_618743004.webp)
Copyright © 2010-2013, International Technologies & Systems Corp. All rights reserved.
Page 4 of 15
iMag/ iMag Pro(II) User Manual
4
iMag/ iMag Pro/iMag Pro II Firmware Command
4.1
Setting Command
The setting data command is a collection of many function setting blocks and its
format is as follows.
Command
<STX><S><FuncSETBLOCK1>…<FuncBLOCKn><ETX><LRC>
Response
<ACK> for successful settings
or <NAK> for wrong commands such as invalid funcID, length and value
Each function-setting block <FuncSETBLOCK> has following format:
<FuncID><Len><FuncData>
Where:
<FuncID> is the one byte ID identifying the function being set
<Len> is a one byte length count for the function-setting block <FuncData>.
<FuncData> is the current setting for this function. It has the same format as in
the sending command for this function.
Example:
Set DUKPT key management
CMD: \02\53\58\01\31\03\3A
OUT: 06
4.2
Get Firmware Version
Sending Get Firmware Version command returns the firmware version back to
the application.
Command
<STX><R><FmVerID><ETX><LRC 1>
Response
<ACK> <STX><Version String><ETX><LRC 2>
Version String will be in format of “ID TECH iMag Swipe Reader x.y.z” x.y.z
is the major and minor version number.