Software • RFID command set
Chapter 4 Software
Panel PC 2100 swing arm user's manual V1.12
221
16.3 ISO 15693 configuration
16.3.1 Getting started
The driver for the USB communication device class (CDC) must be installed before you can use the transponder.
Information:
Supported operating systems:
•
ARemb (using AsUsB.Lib)
16.3.1.1 Port settings
Configure the following port settings in your terminal program:
Bits per second: 115200
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None
16.3.2 General commands
Command
Description
Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5
Info_On
Outputs command confirmation
--
--
--
--
--
Info_Off
Does not output command confirmation (default)
--
--
--
--
--
Show_Config
Displays current settings
--
--
--
--
--
Show_Revision
Displays software and hardware revision information
--
--
--
--
--
Show_Status
Displays the RFID stack error
--
--
--
--
--
Show_SN
Displays the active tag number
--
--
--
--
--
Show_Key
Displays the active key
--
--
--
--
--
Echo_On
Displays an input echo for the output
--
--
--
--
--
Echo_Off
Suppresses the input echo for the output (default)
--
--
--
--
--
Startup
Displays the startup message
--
--
--
--
--
Life
Life command --> Returns OK
--
--
--
--
--
Helpme
Displays a list of all commands
--
--
--
--
--
Show_Error
Shows error details
--
--
--
--
--
Table 219: General commands
16.3.3 Update commands
Command
Description
Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5
Restart
Restarts the reader
--
--
--
--
--
Firmware_Update
Switches the µC to X-modem update mode
--
--
--
--
--
Firmware_Upgrade
Switches the µC to USB mass memory update mode
--
--
--
--
--
Firmware_Info
Displays information about the current firmware
--
--
--
--
--
Table 220: Update commands
16.3.4 ISO 15693 commands
Command
Description
Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5
Read
Reads a 4-byte block from PICC
Flags (flag)
Source block --
--
--
Read_Blocks
Reads the specified range of blocks from PICC
Flags (flag)
Starting block Ending block
--
--
Write
Writes a 4-byte block to PICC
Flags (flag)
Destination
block
4-byte data in
hex 00h
--
--
Sys_Info
Reads the AFI, DSFID, number of bytes and bytes/block Flags (flag)
--
--
--
--
Security
Displays the write protection status of individual blocks Flags (flag)
Starting block Ending block
--
--
Set_AFI
Writes the AFI value
Flags (flag)
1-byte value
--
--
--
Set_DSFID
Writes the DSFID value
Flags (flag)
1-byte value
--
--
--
Lock_Block
Enables write protection for a block
Flags (flag)
Target block
--
--
--
Lock_AFI
Sets AFI write protection
Flags (flag)
--
--
--
--
Lock_DSFID
Sets DSFID write protection
Flags (flag)
--
--
--
--
Connect
Connects manually to a specific tag
8-byte SNr
--
--
--
--
Disconnect
Automatically restores a connection to the best tag
--
--
--
--
--
Table 221: ISO 15693 commands