-
**Describe the issue**
jSerialComm doesn't work in native-image, but the Java program succeeded.
**Steps to reproduce the issue**
Please include both build steps as well as run steps
1. Add the …
-
I already tried the following:
1. Use the latest JSerialComm jar file
2. Override the os.arch_full=armv8_64.
I am still running into issues.
It wasn't well documented, but the way I tried ov…
-
It would be really nice to use jSerialComm [1] instead of RxTx.
[1] - https://github.com/Fazecast/jSerialComm
-
It might be extremely worth considering changing from
rxtx to jSerialComm
https://github.com/Fazecast/jSerialComm
I just tried to do that on your project (I had to hack it in swift and ugly) and…
-
I got the ```MockitoException``` (Mockito cannot mock this class: class ```com.fazecast.jSerialComm.SerialPort```) for the next code:
```
@Test
public void test_mock_SerialPort() {
Seria…
-
Add a new OH Serial Transport bundle `org.openhab.core.io.transport.serial.jserialcomm` based on https://fazecast.github.io/jSerialComm/.
From website: _jSerialComm is a Java library designed to pr…
-
The jSerialComm library contains no copy of the Apache License v. 2.0, but it should. Add a license notice for this library to the project and all future builds
-
Hello there,
I'm just starting fiddling around with jSerialComm, so maybe I'm just too stupid ;-)
When trying to open a comport aftergetting the array of comports via SerialPort.getCommPorts() …
-
Hi,
I am trying your jSerialComm with Netty solution - the example and am running into this error:
"java.io.IOException: The read operation timed out before any data was returned."
It gets …
-
Hi, I've been using solarthing for about a year and it's been working great - thanks for sharing your awesome work!
I installed some updates on the Raspberry Pi today and solarthing stopped worki…