Home
Name Modified Size InfoDownloads / Week
Source 2012-01-23
Binaries 2012-01-23
README.txt 2011-12-12 2.3 kB
Totals: 3 Items   2.3 kB 0
RedComm, a library simplifying communication with a serial port.
 
Copyright (C) 2011 by Robin Altay robin.altay@gmail.com
 
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This library is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License 
along with this library; if not, write to the Free Software Foundation, 
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA 
=================================================================================================================================
 
 
RedComm uses RxTx in order to communicate with the serial port("http://rxtx.qbang.org/wiki/").
RxTx is licensed under the LGPL 2.1 and coyprighted by Trent Jarvi tjarvi@qbang.org.
 
 
RedComm is a lightweight Java library. It 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. This means the user can easily extend and customize the RedComm 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. 
 

You really should be using a 32-bit version JDK, if you want to use the prebuilt rxtx library. 
If you're on x64 then you need to compile rxtx on your own.

The file "INSTALL" contains some notes about installation and configuration of the library.

See "https://sourceforge.net/projects/redcomm/" for some example code and hints on how to using RedComm.


If there are any questions, problems etc. feel free to contact me at robin.altay@gmail.com.
 
 
Robin Altay - robin.altay@gmail.com
Source: README.txt, updated 2011-12-12