Name | Modified | Size | Downloads / Week |
---|---|---|---|
nadcontrol.jar | 2010-08-05 | 1.5 MB | |
readme.txt | 2010-08-05 | 1.1 kB | |
NAD_T7X5_RS232_Protocol_Docs.zip | 2010-08-05 | 570.3 kB | |
comm2.0.3.zip | 2010-08-05 | 32.6 kB | |
Totals: 4 Items | 2.1 MB | 0 |
quickstart to run nadcontrol application ------------------------------------------ you have to install java comm api and rxtx libaray into your java environment (see below). then you can run nadcontrol.jar with commandline: java -jar nadcontrol.jar (check that you copied the files below to the correct java environment which belongs to command java -version) installation of rxtx communication library (http://www.rxtx.org/) in jre / jdk enviroment : 1. download rxtx from ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip 2. e.g. windows jre : Copy rxtxParallel.dll to c:\Program Files\Java\jre1.6.0_01\bin\ Copy rxtxSerial.dll to c:\Program Files\Java\jre1.6.0_01\bin\ Copy RXTXcomm.jar to c:\Program Files\Java\jre1.6.0_01\lib\ext\ for jdk: copy to ....jdk1.6.0_01\jre\bin\ and ...jre/lib/ext 3. Installation of sun comm api rxtx works with sun comm api 2.0.3 (not with later relases) copy comm.jar to javas lib/ext directory (see file comm2.0.3.zip) sun comm api: APIDOC see http://download.oracle.com/docs/cd/E17802_01/products/products/javacomm/reference/api/index.html