Description
Arduino will change from RXTX to JSSC in 1.5.6.
This probably means that from 1.5.6 the rxtx libraries are no longer provided by Arduino.
As such a change in the plugin will be needed.
If anyone knows how to do this change feel free to take ownership.
Below is the allert on the developers list of arduino
Best regards
Jantje
Hi,
as most of you already noticed from the github activity, we are moving from RXTX library to JSSC:
http://code.google.com/p/java-simple-serial-connector/
This will solve a lot of issues and give us a better and efficient library for managing Serial ports in Java.
Will be released with Arduino IDE 1.5.6 (so in two releases, not the next one).
If anyone is interested in testing it the prebuilt binaries are here:
http://downloads.arduino.cc/arduino-jssc-nightly-linux32.tgz
http://downloads.arduino.cc/arduino-jssc-nightly-linux64.tgz
http://downloads.arduino.cc/arduino-jssc-nightly-windows.zip
http://downloads.arduino.cc/arduino-jssc-nightly-macosx.zip
Please report any issue here: