-
The expected behavior would be a list returning at least one port (checked using another program), however, it returns empty. No stack trace, no errors, just an empty list.
-
Hi!
I have some trouble with ModbusSerialMaster. I got a NPE during reading registers.
My code:
`
SerialParameters parameters = new SerialParameters();
parameters.set…
-
Hello, I'm triyng to use j2mod on an Android application through RTU, but I saw that the library needs the jSerialComm dependency that requires /dev/tti\* device. So it does't work with a specific ker…
-
Hi,
Since this weekend I am getting a core dump of my java JRE.
Started happening after adding an extra sensor...
Running on a rasp:
Linux raspberrypi_1 4.1.16+ #833 Wed Jan 27 14:29:11 GMT 2016 arm…
-
Getting a mysensor crash after an illegalArgumentexception
version is 0.0.3.Alpha2-SNAPSHOT
```
2016-07-19 11:34:55,967 ERROR [Thread-4] [org.mycontroller.standalone.message.MessageMonitorThread:70]…
-
Hello,
For starters, I would like to thank all of the people who are working on improving j2mod, notably in the exception handling and logging aspects. The 2.x version looks much cleaner and it is a …
-
Hello,
I'm trying last release of my controller.org and after fresh installation on my raspberry PI 2 running raspbian jessie and gateway configuration (serial type) I had a crash on JRE:
```
#
# A f…
-
I'm not sure if this is problem related to the recent switch to jSerialComm, something missing in the documentation, or just something locally on my machine.
No matter what I seem to try I end up wit…
-
Hey, I ran all the commands to add myself to the groups, (i believe dialout was the one that owned ttyS0) and when I run the following code:
`System.out.println(SerialPort.getCommPorts()[0]);`
I get:
…
-