RegionChiou / 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

Library does not work with Teensy in Serial Mode #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to Teensy in serial mode

What is the expected output? What do you see instead?
Should work like a simple serial port.

What version of the product are you using? On what operating system?
LAG, plus i added the vendor and product ids for the Teensy

Please provide any additional information below.
The tool reports that the baud rate could not be set.

Original issue reported on code.google.com by matthew....@gmail.com on 27 Sep 2012 at 3:32

Attachments:

GoogleCodeExporter commented 9 years ago
Weird, your bugreport doesn't include the system logs.

Can you reproduce the issue while running "adb logcat -v time", and then attach 
that output here?  Thanks.

Original comment by mike.wak...@gmail.com on 27 Sep 2012 at 4:46

GoogleCodeExporter commented 9 years ago
I am not sure how to do that. I have to disconnect my phone from my PC to 
attach the USB OTG cable. Is there another way to get the logs? I usually just 
look at them in Eclipse, so I may be command line challenged...

Original comment by matthew....@gmail.com on 27 Sep 2012 at 5:52

GoogleCodeExporter commented 9 years ago
Never mind, I figured it out, reconnect to my PC and do a:
adb logcat > logcat.txt

Matt

Original comment by matthew....@gmail.com on 27 Sep 2012 at 6:04

GoogleCodeExporter commented 9 years ago
This issue should be retired. I received information from the developer of the 
Teensy. The Teensy is a CDC serial device, so I added the VID/PID for the 
Teensy to the CDC driver and I was able to run your test program on my Galaxy 
Nexus and your test sketch on the Teensy and all worked perfectly!

So, how do we add support for the Teensy, do we just add the VID/PID to the CDC 
like I did?

Original comment by matthew....@gmail.com on 28 Sep 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Teeny devices IDs added in commit c5e9955b015a8de86886cb31603f326b49166a08 .

cheers,
mike

Original comment by mike.wak...@gmail.com on 13 Nov 2012 at 7:42