You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to use the getLatencyTimer and setLatencyTimer methods.
When I use getLatencyTimer I get:
com.serialpundit.core.SerialComException: CM_Get_DevNode_Registry_Property CR_xxxx error code : 0x25
When I use setLatencyTimer I get:
com.serialpundit.core.SerialComException: Given COM port does not exist or may not be a FTDI com port !
But if I use find method findComPortFromUSBAttributes I get the COM port name correctly "COM3".
Why am I unable to use these latency timer methods?
Java: 11
OS: Windows 10
Driver: FTDI VCP
The text was updated successfully, but these errors were encountered:
I am unable to use the getLatencyTimer and setLatencyTimer methods.
When I use getLatencyTimer I get:
com.serialpundit.core.SerialComException: CM_Get_DevNode_Registry_Property CR_xxxx error code : 0x25
When I use setLatencyTimer I get:
com.serialpundit.core.SerialComException: Given COM port does not exist or may not be a FTDI com port !
But if I use find method findComPortFromUSBAttributes I get the COM port name correctly "COM3".
Why am I unable to use these latency timer methods?
Java: 11
OS: Windows 10
Driver: FTDI VCP
The text was updated successfully, but these errors were encountered: