mkeeter
mkeeter
About
- Username
- mkeeter
- Location
- Cambridge, MA
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
- Location
- Cambridge, MA
- Website
- mattkeeter.com
- @impraxical
Comments
-
I think the latency timer value is stored in volatile memory on the FTDI chip, so it's reset to the default of 16 if you unplug the FTDI cable from the computer. I did a quick test to confirm this – since the program reads and prints the latency …
-
I ran into the same issue with the latency timer, and discovered this thread while searching for answers. In the end, I wrote a small C program that uses libftdi to adjust the latency timer. This fixed my issue, and may help you all as well! …