-
We're in the process of switching one of the programs at my workplace from RXTX (because it is insane) to jSerialComm (because it seems nice) and so far it works beautifully in both Windows and Linux.…
-
Hello!
jSerialComm was told to be running on ARM based platforms. Now, as I try to run it on RapberryPi (Raspbian), I've get an error message:
java.lang.UnsatisfiedLinkError: /tmp/tomcat7-tomcat7-tmp/…
-
Hi!
I had trouble reading data from a USB attached APM2.5 autopilot board in my x86_64 Linux. This device shows up as /dev/ttyACM0 and works at 115200bps with 8N1, RTS/CTS settings with other softwar…
-
It is currently not possible to open more than one serial port in the same program using this library. (As a matter of fact, I just tried this library today because RXTX and its forks have the same li…
-
I would like to test my code using pseudo-terminals setup using `socat -d -d pty,raw,echo=0 pty,raw,echo=0`. This creates two pseudo-terminals at `/dev/pts/14` and `/dev/pts/15` which I can then use l…
-
Dear Team,
Thanks for great work on JSerialComm. I use it as a multi platform solution to support home automation systems like KNX. This works great on Windows for plain TPUART and BCU connections.
…
-
Hi,
thank you for your work. I really enjoy using your library as a replacement for rxtx.
Would it be possible to open an arbitrary port, in case the library does not find it.
I am using a Keyspan Hig…