BasicSerial

BasicSerial is a netbeans project with just enough to get you connected to a serial port and reading in data. It’s up to you to give that data a place to go or send data to the device at the other end of the serial port. I use this as a basic template for all my serial java code, so I figured other people might need it as well, given that serial ports and java are a bitch to get going. This takes away most of the pain.

BasicSerial

Download