Skip to content

Commit 48c1223

Browse files
Cristian Magliecmaglie
authored andcommitted
Update to jssc 2.8.0
Fixes #1811
1 parent f876733 commit 48c1223

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

app/lib/jssc-2.6.0.jar

-149 KB
Binary file not shown.

app/lib/jssc-2.8.0.jar

150 KB
Binary file not shown.

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<include name="app/lib/jmdns-3.4.1.jar" />
4747
<include name="app/lib/jna.jar" />
4848
<include name="app/lib/jsch-0.1.50.jar" />
49-
<include name="app/lib/jssc-2.6.0.jar" />
49+
<include name="app/lib/jssc-2.8.0.jar" />
5050
<include name="app/lib/ant.jar" />
5151
<include name="app/lib/ant-launcher.jar" />
5252
</fileset>

build/shared/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ARDUINO 1.5.6 BETA
44
[ide]
55
* Implemented 1.5 library specification Rev.2
66
(https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
7+
* Replaced RXTX library with JSSC (Alexey Sokolov)
8+
http://code.google.com/p/java-simple-serial-connector/
79
* Improved command-line parsing (Matthijs Kooijman)
810

911
[libraries]

0 commit comments

Comments
 (0)