Closed ghost closed 9 years ago
If usbManager.getDeviceList() is getting no response it is an Android issue. I would you recommend you trying with my app DroidTerm and see if it works properly
It is getting a response. The response has two devices in it, but those are known devices, and they are the only devices in that list, regardless of whether External Device is plugged in.
I don't see how I can use DroidTerm, since this is not a device with the Google Play Store. Do you have an APK or the source code, so I can install it on our Android Device?
Try to test with other phones or tablets too.
We don't have phones or tablets with USB-A F ports, nor a USB-A F to USB Micro-B M cable.
You could use my SerialPorExample app (it is in my github) (the apk is in the bin dir).
That appears to be incompatible with Android API 17. Do you have an email where we can continue this?
felhr85 at gmail.com
This turned out to be a cable issue. It was resolved by using a cable with a PL2303 chipset.
I need to use this (os a similar) library to interface with a device which is connected like this:
but it doesn't show up when I call
usbManager.getDeviceList()
. I do get multiple devices, but not the one I connected like above (I know the other devices'vendorId
s, plus the list size doesn't change when I plug/unplug the device).