nickkorean / usb-serial-for-android

Automatically exported from code.google.com/p/usb-serial-for-android
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Does not work with FTDI-based Arduino Nano v3 board #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (try to detect device )
2. UsbSerialDriver driver = UsbSerialProber.acquire(usbManager, usbDevice);
3.

What is the expected output? What do you see instead?

driver != null, but driver = null.

if create FtdiSerialDriver manually, reset returns -1

java.io.IOException: Reset failed: result=-1
        at com.hoho.android.usbserial.driver.FtdiSerialDriver.reset(FtdiSerialDriver.java:196)
        at com.hoho.android.usbserial.driver.FtdiSerialDriver.open(FtdiSerialDriver.java:214) 

What version of the product are you using? On what operating system?

android 4.0.3

Please provide any additional information below.

usb device info:
vid=0x0403
pid=0x6001
can help with debugging
chip (can see it) FT232RL

Original issue reported on code.google.com by d...@antonsmirnov.name on 4 May 2013 at 3:43

GoogleCodeExporter commented 9 years ago
Anybody resolved this issue?

Original comment by gregor.o...@gmail.com on 22 Jul 2013 at 11:17

GoogleCodeExporter commented 9 years ago
My tablet does not recognize nano v3 (actually, ft232 chip) connected via usb 
at all. Other devices work fine. This might be arduino nano v3 (hardware) 
problem, try connecting pin 26 to ground as described here 
http://forum.arduino.cc/index.php?topic=57736.0;wap2

Original comment by y.gu...@gmail.com on 12 Aug 2013 at 10:22

GoogleCodeExporter commented 9 years ago
moved to github: https://github.com/mik3y/usb-serial-for-android/issues/22

Original comment by mike.wak...@gmail.com on 13 Sep 2013 at 4:37