1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00
cdt/terminal/org.eclipse.tm.terminal.serial
2007-01-31 19:26:57 +00:00
..
.settings [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
META-INF fix for bug 172023: when RXTX library is not installed, a warning is printed to the error log which includes the install instructions 2007-01-29 22:18:50 +00:00
src/org/eclipse/tm/terminal/internal/serial make compatible with 3.2 2007-01-31 19:26:57 +00:00
.classpath [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:28:32 +00:00
.project bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
about.html Add about.html to terminal plugins 2006-12-07 11:07:43 +00:00
about.ini Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.mappings Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
about.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
build.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
eclipse32.png Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.properties Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
plugin.xml [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:26:20 +00:00
README.txt Add link to previous versions 2007-01-18 11:54:33 +00:00

Important note:
---------------
This README is for terminal.serial version 0.9.100 and later, corresponding
to RSE downloads after 2.0M4. Instructions for previous versions (using
Sun javacomm / javax.comm package instead of gnu.io) are still available from
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tm.core/terminal/org.eclipse.tm.terminal.serial/README.txt?root=DSDP_Project&view=markup&pathrev=R1_0_1  

Prerequisites:
--------------
In order to compile and run this plugin, RXTX has to be installed into 
the jvm. Once RXTXcomm.jar is installed in your JRE, you'll need to 
quit and re-start Eclipse PDE in order to recompute the classpath.

Installation:
-------------
* Get RXTX binaries from
  ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip
* Copy RXTXcomm.jar into $JRE/lib/ext
* Copy the native libs for your Platform (*.so, *.jnilib, *.dll)
  into the respective native lib folder of your RSE 
* More installation instructions are at
  http://rxtx.qbang.org/wiki/index.php/Main_Page
* More downloads for other platforms (currently about 30)
  are available from the "ToyBox" link on
  http://users.frii.com/jarvi/rxtx/download.html

Changelog:
----------
0.9.100 - switched from Sun javax.comm to rxtx gnu.io for serial support
0.9.0   - first version