eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

Decrease Latency #338

Closed joshi-bharat closed 1 year ago

joshi-bharat commented 1 year ago

The latency of 16ms is huge for USB, especially if you are working with an Intel NUC-type system. This means a maximum datarate of 62Hz (without adding other overhead).

Is there any reason for the 16ms latency?