Menu

Installation (Windows)

Robin Altay

Installation

  1. Obtain a recent copy of the RedComm library from https://sourceforge.net/projects/redcomm/files/
  2. Get the RxTx library from http://rxtx.qbang.org/wiki/index.php/Download
  3. Extract both RedComm and RxTx into different folders. Install RxTx as described here: http://rxtx.qbang.org/wiki/index.php/Installation_for_Windows
  4. Create a new Netbeans "Java Application" Project
  5. Add a reference to "RXTXComm.jar" and "RedComm.jar". To do so right click the "Libraries" subnode in your Netbeans project and selecting "Add JAR/Folder". Navigate to the folder, where "redcomm.jar" resides in and select it. Click open. Repeat this step for "RXTXComm.jar".
  6. Thats all.