1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-24 22:55:34 +00:00

support multi-port CDC devices

This commit is contained in:
kai-morich
2020-01-08 17:11:08 +01:00
parent ce97a3408b
commit bbed92eafb
12 changed files with 2375 additions and 51 deletions
@@ -0,0 +1,8 @@
## multiple CDC interface test
As mentioned [here](https://arduino.stackexchange.com/a/31695/62145), Arduino functions can be _overwritten_ by copying complete files into the own project.
This is used to create a device with 2 CDC interfaces. For simplicity only one of both is functional (configurable in USBDesc.h)
The modifications have been done against Arduino 1.8.10, for changes see comments containing `kai`.