Specifications
USB Keyboard Emulation Swipe Reader
20
0E
POST_TK_CHAR
Post track char
0F
ASCII_TO_KEYPRESS_CONVERSION_TYPE
Type of conversion performed when
converting ASCII data to key strokes
10
INTERFACE_TYPE
Type of USB interface
11
ACTIVE_KEYMAP
Selects which key map to uses
12
PRE_CARD_STRING
Pre card string
13
POST_CARD_STRING
Post card string
14
SS_TK1_ISO_ABA
Start sentinel char for track 1 – ISO/ABA
16
SS_TK2_ISO_ABA
Start sentinel char for track 2 – ISO/ABA
16
ES
End sentinel char for all tracks/formats
except JIS type 2
17
ES_TK1
End sentinel char for track 1
18
ES_TK2
End sentinel char for track 2 except JIS
type 2
19
ES_TK3
End sentinel char for track 3
1A
DECODE_ENABLE
Enables decoding for certain formats
1B
SS_JIS_TYPE_2
Start sentinel char for JIS type 2
1C
ES_JIS_TYPE_2
End sentinel char for JIS type 2
1D
PAN_NAME_DATE_ENABLE
Enables PAN name data format
1E POST_TK_CHAR_ENABLE Enables the post track character per
track
The Property Value is a multiple-byte field that contains the value of the property. The number
of bytes in this field depends on the type of property and the length of the property. The
following table lists all of the property types and describes them.
Property Type
Description
Byte
This is a one-byte value. The valid values depend on the property.
String This is a multiple byte ASCII string. Its length can be zero to a
maximum length that depends on the property. The value and
length of the string does not include a terminating NUL character.
SOFTWARE_ID PROPERTY
Property ID: 0x00
Property Type: String
Length: Fixed at 11 bytes
Get Property: Yes
Set Property: No
Description: This is an 11 byte read only property that identifies the software part number
and version for the device. The first 8 bytes represent the part number and the
last 3 bytes represent the version. For example this string might be
“21042812D01”. Examples follow:
Example Get Software ID property Request (Hex):
Cmd Num
Data Len
Prp ID
00
01
00
Example Get Software ID property Response (Hex):
Result Code
Data Len
Prp Value
00
01
32 31 30 34 32 38 31 32 44 30 31