arduino-libraries / Arduino_USBHostMbed5

Apache License 2.0
4 stars 10 forks source link

USBHostSerial Example #19

Closed andualemt closed 1 year ago

andualemt commented 1 year ago

I have been trying to get USB Host serial class to work with my USB device. I can connect the device to my computer and read/write commands via virtual COM port. I am using the Arduino Portneta Machine controller. Can you please give an example?

aentinger commented 1 year ago

There should be one now, see #18 .

manchoz commented 1 year ago

Actually, #18 uses the RS485 port to print out debugging info when printing over Serial (because the USB port is already in use, e.g. on the Opta) is not possible.