Hello, I'm trying to use an FTDI USB chip on Android following the instructions at:
http://www.ftdichip.com/Android.htm http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_134_FTDI_Android_D2XX_Driver.pdf I've downloaded D2XXSample project and managed to install /data/data/ com.ftdi.d2xx/libftd2xx-jni.so on the Android Tablet. The first question is: where should my usb device be listed? in /dev/ ttyUSB or /dev/bus/usb ? (I don't even have any ttyUSB) I have given 777 permission to /dev/bus/usb/* The problem is that when I launch the D2XXSample app, the number of devices detected when I click the "Info" button is always 0. my FT232R doesn't get detected. I'm working with Android 2.3.4. Any advice would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

