Most voted "jssc" questions
jSSC (Java Simple Serial Connector) is a Java library for working with serial ports
Learn more…4 questions
Sort by count of
-
2
votes0
answers638
views(Java) Reading the Serial Port with the Jssc library
I have a java app that reads on the serial port with 7 data from a rotational sensor coming from the Arduino, via jssc. The code works, but the data is not formatted. I read 4 in 4 bytes, but…
-
2
votes1
answer229
viewsHow to add a Library in the main module [ module-info.java ]?
I use the jssc package to access serial port. I added it to the main module module DeskCheck { requires java.desktop; requires java.logging; requires jssc; } But I believe I’m doing it wrong,…
-
1
votes1
answer78
viewsjSSC does not find the USB ports of my PC
I am doing a project in Java using the jSSC library, but when I use the method of listing the ports nothing appears. I tested on another computer and worked perfectly, but on my personal computer…
-
0
votes1
answer1081
viewsConnection portal serial scale using JSSC
I communicate with a scale via serial port, and today I use the library JSSC however the returns of the hour balance are of weight and time are of different characters, researching I have come to…