Posts by Laiton Garcia • 1 point
1 post
-
0
votes1
answer1081
viewsA: Connection portal serial scale using JSSC
Have you tried modifying this line of your code: System.out.println("Params setted: " + serialPort.setParams(4800, 8, 1, 0)); To: System.out.println("Params setted: " + serialPort.setParams(9600, 8,…