i am trying to connect serial port on ubuntu. However, It doesn\'t work for me. I succesfully run the same project on Windows just with different drivers. The problem is tha
if nothing helps, you should consider to add this line to your java code:
System.setProperty("gnu.io.rxtx.SerialPorts", "/dev/yourtty");
did it for me. (Only if you work with the RXTX library)