Changes between Version 2 and Version 3 of KyoshoICserialcom


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

--

Legend:

Unmodified
Added
Removed
Modified
  • KyoshoICserialcom

    v2 v3  
    1313Block  02  01160908 
    1414}}} 
     15 
     16The automatic polling mode is enabled by sending the following command as hex codes: 
     17 
     18{{{ 
     1931 04 01 34 
     20}}} 
     21 
     22While this mode is enabled anytime an RFID is detected a packet of information will be sent.  The packet will be in the following format: 
     23 
     24{{{ 
     25Byte 1 is the start of the frame, always A3 for the polling method 
     26Byte 2 is the length of the frame including [wiki:KyoshoICserialcom#Checksum checksum] 
     27Bytes 3-6 are the data from block 2 of the tag in reverse byte order 
     28Byte 7 is the number of times the tag was detected 
     29Bytes 8-10 are unknown 
     30Byte 11 is the [wiki:KyoshoICserialcom#Checksum checksum] 
     31 
     32 
     33 
     34 
     35 
     36 
     37== Checksum == 
     38 
     39The checksum for the Kyosho IC lap counter is just a simple XOR operation on all the bytes of the packet.