- set the blocking timeout to 1ms (blackbox is hanging for this time)
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@122 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -26,7 +26,7 @@ public class USBDevice {
|
|||||||
|
|
||||||
private static final int BDI_Timeout = 1000;
|
private static final int BDI_Timeout = 1000;
|
||||||
|
|
||||||
private static final int UART_Timeout = 50;
|
private static final int UART_Timeout = 1;
|
||||||
|
|
||||||
private static Device dev;
|
private static Device dev;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user