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
com.fazecast.jSerialComm.SerialPortTimeoutException: The write operation timed out before all data was written.
at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1470)
at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1449)
at com.aromajoin.sdk.jvm.SerialReader.query(SerialReader.java:33)
at com.aromajoin.sdk.jvm.usb.USBASController.scanAndConnect(USBASController.java:74)
at worg.weizmann.App.initAromajoin(App.java:107)
at worg.weizmann.App.main(App.java:27)
Output second time:
com.fazecast.jSerialComm.SerialPortTimeoutException: The write operation timed out before all data was written.
at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1470)
at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1449)
at com.aromajoin.sdk.jvm.SerialReader.query(SerialReader.java:33)
at com.aromajoin.sdk.jvm.usb.USBASController.scanAndConnect(USBASController.java:74)
at worg.weizmann.App.initAromajoin(App.java:107)
at worg.weizmann.App.main(App.java:27)
Connected to AromaShooter: ASN2A00306
The text was updated successfully, but these errors were encountered:
Using Raspberry pi running Linux 10 (buster).
output of
java -version
:This code never discovers the Aroma shooter in the first time. It always needs to be called twice.
Output first time: (see issue #2)
Output second time:
The text was updated successfully, but these errors were encountered: