PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
167 stars 86 forks source link

Cdcacm serial #10

Closed KurtE closed 6 years ago

KurtE commented 6 years ago

Paul,

I believe I have at some more Serial devices working.

I was earlier able to talk to some CDCACM devices. This included both an USB2AX device (Atmega 32u2 using Lufa) as well as to talk to a Teensy. Tried a T3.2 both as Serial only as well as Serial Plus other USB types.

Now was able to talk to Prolific PL2303 device - Which I was able to configure to 115200 and have it talk to an Lynxmotion SSC-32 servo controller and ask it for it's version.

We probably may need to updated the VID:PID testing to allow more combinations like the Unix driver does.

Also may need to maybe setup multiple files or the like to handle the differences between different serial types.

Let me know what you think