Changes between Version 2 and Version 3 of DeveloperDocumenation


Ignore:
Timestamp:
10/27/08 10:06:59 (16 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocumenation

    v2 v3  
    1111= ISO 15693 Protocol = 
    1212 
     13[wiki:ISO15693] 
     14 
    1315For communication with the reader we are using the standard ISO15693 protocol instead of the proprietary TI Tag-IT protocol.  Documentation about this protocol can be downloaded from here: 
    1416 
     
    1820 
    1921[http://www.waazaa.org/download/fcd-15693-3.pdf ISO15693 complete protocol]  
     22 
     23 
     24= Software implementation = 
     25 
     26In order to use the TI reader within RealBasic we had to implement some of the serial protocol ourselves.  In order to use the TI Reader with the ISO 15693 protocol you must first generate a command encapsulated in the TI protocol and have the payload of the command be the ISO 15693 command.  Only 3 of the commands are necessary, Inventory All Slots, Inventory 1 Slot and Silence.   
    2027 
    2128