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

Added support for Silicon Labs CP210x #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Added support for Silicon Labs CP210x.
However, UART controls are not fully implemented.
Tested open, close, and baud rate settings only,
but may be sufficient for many ordinary applications.

For the target dongle information, please refer 
http://www.firmsys.com/down/UARTtoUSB.zip.

Note 1.
The target uses CP2102.
Others are not tested.

Note 2.
Used linux kernel driver source (cp210x.c) and sniffed USB transaction data for 
the references.

Original issue reported on code.google.com by JMTheG...@gmail.com on 4 Apr 2013 at 10:42

Attachments:

GoogleCodeExporter commented 9 years ago
Uploaded patch file with a fix of a typo. (Issue 19 & 20)

Original comment by JMTheG...@gmail.com on 16 May 2013 at 11:12

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
moved to github: https://github.com/mik3y/usb-serial-for-android/issues/17

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