|
@@ -72,7 +72,7 @@ public class DuPALManager {
|
|
try {
|
|
try {
|
|
logger.debug("Command -> " + command);
|
|
logger.debug("Command -> " + command);
|
|
serport.writeBytes(command.getBytes(StandardCharsets.US_ASCII));
|
|
serport.writeBytes(command.getBytes(StandardCharsets.US_ASCII));
|
|
- try { Thread.sleep(15); } catch(InterruptedException e) {}; // Wait a bit for execution and response
|
|
|
|
|
|
+ try { Thread.sleep(20); } catch(InterruptedException e) {}; // Wait a bit for execution and response
|
|
} catch (SerialPortException e) {
|
|
} catch (SerialPortException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|