How to manipulate serial ports with Java and the Javax.comm API
Find the serial ports installed on your PC under Linux using these commands
Sample code to demonstrate the usage of serial port communication with a Java programm
Javadoc that describes the usage of the Serial Port to communicate with a Java program through that way.