lofuxz
Results
1
comments of
lofuxz
I tried to set the latency to 5ms, which default is 16ms, it works: self.dev = ftdi.Ftdi() self.dev.set_latency_timer(5) you can find the detail of this function in pyftdi.py