-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Switch to Java Simple Serial Connector, a replacement for RXTX #1633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… mac template.app), removed rxtx binaries
I'm having trouble uploading to an Arduino Leonardo with the jssc nightly build on Mac (http://downloads.arduino.cc/arduino-jssc-nightly-macosx.zip). This is on Mac OS X 10.8.5. I can upload correctly with Arduino 1.0.5 (and had just the blink sketch running on the board when I tried to upload from the nightly build). Here's the upload log:
|
Uploading to an Uno seems from the same nightly seems to work fine. |
Fixed the MacOSX+Leonardo, may you check now? |
I've just updated http://downloads.arduino.cc/arduino-jssc-nightly-macosx.zip |
+1 |
For anyone wishing to give this a spin, you can download the jssc nightly from |
Switch from RXTX to JSSC https://code.google.com/p/java-simple-serial-connector/
Java Simple Serial Connector is a multiplatform java + native code library aiming at replacing RXTX.
A variety of benefits have been observed so far in using JSSC instead of RXTX, the most important one being stability.
Further testing with all operating systems is needed.