Intermec Sabre 1555 Programmer's Reference Manual page 122

Rfid & bar code reader
Hide thumbs Also See for Sabre 1555:
Table of Contents

Advertisement

Sabre 1555 RFID & Bar Code Reader Programmer's Reference Manual
4-82
Power ON the RFID module
// RFID POWER ON
==> 0x7F 0x0A 0x0F 0x01 0x01 0x01 0x00 0x74 0x7F
<== 0x06
<== 0x7F 0x06 0x01 0x00 0x0D 0x7F
==> 0x06
While (test == Actif) {
Receive bar code information when user presses trigger
do {
// read trigger status
==> 0x7F 0x0A 0x30 0x01 0x00 0xEE 0x80 0x7F
<== 0x06
<== 0x7F 0x03 0x0A 0x30 0x01 0x0A 0x01 0x01 0x19 0x7F
==> 0x06
while (TriggerStatus != 0x01 or Triggerstatus != 0x03)
// Read bar code label "4901780190737" for 10s (e.g. EAN13 is
selected by default).
==> 0x7F 0x0A 0x20 0x01 0x00 0x0A 0x01 0x00 0xF5 0x7F
<== 0x06
<== 0x7F 0x06 0x01 0x00 0x6D 0x7F //reply accepted command
==> 0x06
// BFR frame with bar code data
==> 0x7F 0x01 ']"E"0'"4901780190737"'CR"LF'0x01 0x29 0xC7 0x7F
<== 0x06
==> 0x7F 0x06 0x01 0x00 0x0D 0x7F
<== 0x06
...
==> 0x7F 0x0E 0x21 0x00 0x00 0x6C 0x7F
<== 0x06
Write the bar code information to a tag at a specified address when user presses
trigger
do {
// read trigger status
==> 0x7F 0x0A 0x30 0x01 0x00 0xEE 0x80 0x7F
<== 0x06
<== 0x7F 0x03 0x0A 0x30 0x01 0x0A 0x01 0x01 0x19 0x7F
==> 0x06
while (TriggerStatus != 0x01 or Triggerstatus != 0x03)
// RFID write with bar code data tagID 004A4E408C8005 @=0x18 L
// data= "4901780190737"
//Note: With the latest 1555 firmware version, the RF_WRITE
command activates the RF_ON but does not perform RF_OFF after
execution.
// DLE on CHK2
//PEV Bar code time-out
// DLE
on CHK2

Advertisement

Table of Contents
loading

Table of Contents