RedComm is a small, free, lightweight Java library that simplifies communication over the serial port by providing methods and interfaces, which can be used to read and write to the serial port or over an emulated serial cable by using bluetooth.
The major focus is on the ease of use of the library. Besides that the experienced user has the ability to change the reading and writing behaviour of the library.
RedComm also provides facilities for event based serial communication with the help of threading in order to non-block ie. the gui thread of the corresponding application.
Requirements:
· Java