I have been trying to add a usb IO device to my program without success and using various routines provided by you including "USBdetails" and USBsamples 1.b4a. The programs always report "No USB Devices found" , no matter what combination of routine and connection I use.
I have found an app in the google app store called "USB Host Controller v0.44" and it reports all the devices I plug in to either of the Host Port (mini usb connector via conversion cable) or the OTG labelled (full size usb connector) on my tablet. This is whether the PC USB Debugging is connected or not.
The reports I get back from the app are as follows:-
Host Port (1-1)
FTDI US232B 6001:0403
FTDI UM245R 6001:0403
PROLIFIC USB 2303:067b
OTG Port (3-1)
FTDI US232B 6001:0403
FTDI UM245R 6001:0403
PROLIFIC USB 2303:067b
I have "UsbSerial v2.3" installed in the standard library together with the latest Device_Filter in program xml library and have modified the Manifest as instructed. Can you please give me some guidance as to what I am doing wrong? I am having some difficulty discerning between the USBserial routines and the USBmanager routines and how they interract. I have ordered the book and hope that it puts them more in perspective.
I have found an app in the google app store called "USB Host Controller v0.44" and it reports all the devices I plug in to either of the Host Port (mini usb connector via conversion cable) or the OTG labelled (full size usb connector) on my tablet. This is whether the PC USB Debugging is connected or not.
The reports I get back from the app are as follows:-
Host Port (1-1)
FTDI US232B 6001:0403
FTDI UM245R 6001:0403
PROLIFIC USB 2303:067b
OTG Port (3-1)
FTDI US232B 6001:0403
FTDI UM245R 6001:0403
PROLIFIC USB 2303:067b
I have "UsbSerial v2.3" installed in the standard library together with the latest Device_Filter in program xml library and have modified the Manifest as instructed. Can you please give me some guidance as to what I am doing wrong? I am having some difficulty discerning between the USBserial routines and the USBmanager routines and how they interract. I have ordered the book and hope that it puts them more in perspective.