Replace RXTX-based serial library by one based on JSSC

Development on this was done in https://github.com/gohai/processing-serial-jssc. See also https://github.com/gohai/java-simple-serial-connector for changes to JSSC (not yet upstreamed).
This commit is contained in:
gohai
2013-09-24 08:26:08 -07:00
parent 81f68444b3
commit d46e55714d
4 changed files with 328 additions and 653 deletions
+1
View File
@@ -0,0 +1 @@
This is using a modified version of Java Simple Serial Connector by Alexey Sokolov. See https://github.com/gohai/java-simple-serial-connector for details on the modifications.