mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
POSIX FTDI: Improve performance by setting the latency timer
This commit is contained in:
@@ -65,6 +65,7 @@ bool FTDI::open() {
|
||||
ftdi.setWriteTimeout(1000);
|
||||
ftdi.reset();
|
||||
ftdi.setBaudrate(500000);
|
||||
ftdi.setLatencyTimer(1);
|
||||
ftdi.flush();
|
||||
|
||||
// Create threads
|
||||
|
||||
Reference in New Issue
Block a user