Copyright © 2010-2020, International Technologies & Systems Corporation. All rights reserved.
Page 22 of 76
User Manual, SecureHead USB and UART Interface
4.
Data Format
The USB version of the reader can be operated in two different modes:
- HID ID TECH mode (herein referred to as “
HID
mode”)
- HID with Keyboard Emulation (herein referred to as “
KB
mode”).
When the reader is operated in the HID mode, it behaves like a vendor defined HID device. A direct
communication path can be established between the host application and the reader without
interference from other HID devices.
4.1.
Level 1 and level 2 Standard Mode Data Output Format
Magnetic Track Basic Decoded Data Format
Track 1: <SS1><T1 Data><ES><Track Separator>
Track 2: <SS2><T2 Data><ES><Track Separator>
Track 3: <SS3><T3 Data><ES><Terminator>
Where: SS1 (start sentinel track 1) = %
SS2 (start sentinel track 2) = ;
SS3 (start sentinel track 3) = ; for ISO, % for AAMVA
ES (end sentinel all tracks) = ?
Track Separator = Carriage Return
Terminator = Carriage Return
Language: US English
Magnetic Track Basic Raw Data Format
Track 1: <01><T1 Raw Data><CR>
Track 2: <01><T2 Raw Data><CR>
Track 3: <T3 Raw Data><CR>
Where: The length of T1 Raw Data, T2 Raw Data, T3 Raw Data is 0x60 for each field. Pad
with 0 if the original data length doesn’t reach 0x60.
Language: US English
Definitions