Hi
I'm trying to use the ft311d android chip.
I got response from the chip but i don't know how to send and receive
Anybody is truing to use the same chip?
ciao Marc
Dim UsbAcc() As UsbAccessory
UsbAcc = manager.GetAccessories
For i= 0 To UsbAcc.Length - 1
Log( i & " accessorio " & UsbAcc(i))
Next
Log (UsbAcc(0).Description)
Log (UsbAcc(0).Manufacturer)
Log (UsbAcc(0).Model)
Log (UsbAcc(0).Serial)
Log (UsbAcc(0).Uri)
Log (UsbAcc(0).Version)
I'm trying to use the ft311d android chip.
I got response from the chip but i don't know how to send and receive
Anybody is truing to use the same chip?
ciao Marc
Dim UsbAcc() As UsbAccessory
UsbAcc = manager.GetAccessories
For i= 0 To UsbAcc.Length - 1
Log( i & " accessorio " & UsbAcc(i))
Next
Log (UsbAcc(0).Description)
Log (UsbAcc(0).Manufacturer)
Log (UsbAcc(0).Model)
Log (UsbAcc(0).Serial)
Log (UsbAcc(0).Uri)
Log (UsbAcc(0).Version)