Changes between Version 37 and Version 38 of S6350serialcom


Ignore:
Timestamp:
10/27/08 14:27:30 (16 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S6350serialcom

    v37 v38  
    11= TI S6350 communication overview = 
    22 
    3 In order to use the [wiki:S6350 TI reader] within RealBasic we had to implement some of the serial protocol ourselves.  You must first generate a command [https://www.flipsideracing.org/projects/fslapcounter/wiki/S6350serialcom#TIS6350protocolheader encapsulated in the TI protocol] and have the payload of the command be the [wiki:ISO15693] command.  Only 3 of the [wiki:ISO15693] commands are used to track RFID's, [https://www.flipsideracing.org/projects/fslapcounter/wiki/S6350serialcom#InventoryAllSlots Inventory All Slots], [https://www.flipsideracing.org/projects/fslapcounter/wiki/S6350serialcom#Inventory1slot Inventory 1 Slot] and [https://www.flipsideracing.org/projects/fslapcounter/wiki/S6350serialcom#SilenceTag Silence Tag].   
     3In order to use the [wiki:S6350 TI reader] within RealBasic we had to implement some of the serial protocol ourselves.  You must first generate a command [wiki:S6350serialcom#TIS6350protocolheader encapsulated in the TI protocol] and have the payload of the command be the [wiki:ISO15693] command.  Only 3 of the [wiki:ISO15693] commands are used to track RFID's, [wiki:S6350serialcom#InventoryAllSlots Inventory All Slots], [wiki:S6350serialcom#Inventory1slot Inventory 1 Slot] and [wiki:S6350serialcom#SilenceTag Silence Tag].   
    44 
    55= TI S6350 protocol header =