usb-serial-for-android/test/arduino_leonardo_bridge_mul...
kai-morich bbed92eafb support multi-port CDC devices 2020-01-10 08:02:56 +01:00
..
CDC.cpp support multi-port CDC devices 2020-01-10 08:02:56 +01:00
README.md support multi-port CDC devices 2020-01-10 08:02:56 +01:00
USBCore.cpp support multi-port CDC devices 2020-01-10 08:02:56 +01:00
USBCore.h support multi-port CDC devices 2020-01-10 08:02:56 +01:00
USBDesc.h support multi-port CDC devices 2020-01-10 08:02:56 +01:00
arduino_leonardo_bridge_multi_cdc.ino support multi-port CDC devices 2020-01-10 08:02:56 +01:00

README.md

multiple CDC interface test

As mentioned here, 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.