1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

Initial CDC ACM support.

Tested on Arduino Uno.
This commit is contained in:
mike wakerly
2012-06-26 23:15:48 -07:00
parent f801b31997
commit b4b6d147ea
3 changed files with 175 additions and 0 deletions
@@ -2,4 +2,6 @@
<resources>
<!-- 0x0403 / 0x6001: FTDI FT232R UART -->
<usb-device vendor-id="1027" product-id="24577" />
<!-- 0x2341 / 0x0001: Arduino Uno -->
<usb-device vendor-id="9025" product-id="1" />
</resources>