master
sh123 2023-03-12 18:22:38 +02:00
rodzic f6334c580f
commit bb82360e3f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ import java.io.IOException;
public class UsbSerial implements Transport {
private static final int RX_TIMEOUT = 100;
private static final int RX_TIMEOUT = 10;
private static final int TX_TIMEOUT = 2000;
private final UsbSerialPort _usbPort;