Changes between Version 11 and Version 12 of KyoshoICserialcom


Ignore:
Timestamp:
10/27/09 12:00:23 (15 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KyoshoICserialcom

    v11 v12  
    5353= Tag Initialization = 
    5454 
    55 Remember to initialize the tag if using automatic polling mode. 
     55If a generic [wiki:ISO15693tags ISO 15693 RFID tag] is being used with the [wiki:KyoshoICserialcom#AutomaticPollingMode automatic polling mode] it must first be initialized.  Data must be written to the first 3 blocks for it be detected by the Kysho IC lap counter.  The [wiki:KyoshoICserialcom#AutomaticPollingMode automatic polling mode] will return whatever data is written in block 1.  The format of the data blocks must be the following: 
     56 
     57{{{ 
     58Block  00  ACAE53E0 
     59Block  01  Set to 4 unique bytes 
     60Block  02  01160908 
     61}}} 
     62 
     63The best approach would be to [wiki:KyoshoICserialcom#WriteDataBlocks write] the last 4 bytes of the [wiki:ISO15693tags#UID UID] to block 1.  To determine the [wiki:ISO15693tags#UID UID] you can use the [wiki:KyoshoICserialcom#ReadDataBlocks read command]. 
    5664 
    5765= Inventory 1 Slot = 
     
    105113Byte 1 is A6 for the start of the frame 
    106114Byte 2 is 2B for the length INCLUDING the checksum 
    107 Byte 3-(length-1) is the data 
     115Byte 3 to (length-1) is the data 
    108116Byte (length) is the checksum calculated using a XOR operation 
    109117}}} 
     
    135143}}} 
    136144 
    137 The reader will respond to this command with a 5F A7 04 00 A3 
     145The reader will respond to this command with a  
     146{{{ 
     1475F A7 04 00 A3 
     148}}}