RishiGupta12 / SerialPundit

Serial port communication in Java - FTDI D2XX, HID API, X/Y modem
GNU Affero General Public License v3.0
125 stars 56 forks source link

Latency timer #45

Open gustavo-reis-wogen opened 3 years ago

gustavo-reis-wogen commented 3 years ago

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