Skip to main content

All Questions

-1 votes
1 answer
238 views

how to get name of serial port in windows 10 for method SerialPort.getCommPort() in Java

SerialPort sp = SerialPort.getCommPort(); //<-- Here, how to know what is argument sp.setComPortParameters(9600, 8, 1, 0); sp.setComPortTimeouts(SerialPort.TIMEOUT_WRITE_BLOCKING, 0, 0);
Stefan Dugonjic's user avatar
0 votes
2 answers
1k views

Using arduino serial monitor while the port is busy with another java program?

In one of the projects I am doing, I need to send some data from a Java program to an Arduino board. I am using serial communication with the JSerialComm library. I need to debug my program to see ...
Hamdi's user avatar
  • 5
0 votes
0 answers
746 views

Arduino Java Serial Port gnu.io.NoSuchPortException

I am using serial port JAVA to Arduino.. But i get this error when i run the program.What is the my fault i am going to add Serial.dll and paralel.dll on this way C:\Program Files\Java\jre1.8.0_66\bin ...
Ahmad Akanci's user avatar