-
Hi, is it possible to use the SAMD21's built-in USB interface along with this library to provide one hardware and one bit-banged USB interface? I'm trying to connect two computers, with one using USB serial (in hardware) and the other emulating an HID keyboard+mouse combo (using TinyUSB, if possible). Each will be on separate physical USB Port. Thank you! Edit: I don't really care about which USB interface is in hardware and which one's in software, I'm just wondering if it's even possible to add an additional one on top of the hardware one using TinyUSB |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
multiple controllers used to be supported but dropped due to the complexity of API with additional controller arguments and virtually un-used in practical. You could try to get it work yourself, it is not very complicated changes. |
Beta Was this translation helpful? Give feedback.
multiple controllers used to be supported but dropped due to the complexity of API with additional controller arguments and virtually un-used in practical. You could try to get it work yourself, it is not very complicated changes.