Python USB library recommendation

Status
Not open for further replies.

cmarcus

New member
Hi, I am planning to use a Teensy 4.1 for data acquisition. The data rates will be on the order of 100-200 Mbps. The host PC will be running a python script.

Is there a preferred python USB library for fast USB transfers? I see PySerial and PyUSB are the top google results. PySerial initializes with a baud rate, which seems suspicious.

What are your thoughts?
 
Status
Not open for further replies.
Back
Top