-
Currently I'm working on a small app which is using jSerialComm to communicate with a USB-Serial device. The application sends request to the Serial device and it has to answer them. I'm using writeBy…
-
Due to the usage of j2mod library in the Modbus Driver implementation, the driver expectantly would not be approved by Eclipse for inclusion in Kura distribution. This is due to the usage of incompati…
-
OH currently uses nrjavaserial-3.9.3 in the serial transport. I've had issues getting serial communications to work properly (in particular with the UPB binding) and these issues go away with the lat…
-
_Library version: 2.3.1_
Hi!
I have some trouble with ModbusSerialMaster. I got a NPE during reading registers.
My code:
`
SerialParameters parameters = new SerialParameters(…
-
I need to emulate two serial ports and bind them (one for write and the other to read), in Windows I use com0com and works fine but in Ubuntu I try to use Socat (https://help.ubuntu.com/community/Virt…
-
The Modbus driver is currently developd on j2mod [1] library which is pretty well maintained and very active. j2mod internally uses jSerialComm [2] for serial communications which doesn't mandate user…
-
I have been cracking my head on getting my java jframe (not android) connect to /dev/rfcomm0.
Able to see data flowing thru /dev/rfcomm0. using 3rd party linux hyperterminal apps cutecom.
By the way…
-
Hi ,
i'm trying to receive a response over comport using jSerialComm, i had no issues for most of the commands i use , but for a specific one only the LISTENING_EVENT_DATA_RECEIVED is being called w…
-
I'm in the process of upgrading the [j2mod](https://github.com/steveohara/j2mod/tree/version-2-migration) library to version 2.0 which replaces the cursed RxTxComm library with the rather splendid jSe…
-
There are quite a few Thread.sleep() calls in the library, most without much in the way of explanation but these can seriously hamper performance if the user isn't aware.
For instance, there is a 200…