From bb9ac68c06cd03ff2d59e2ff8b8326cfec8197b9 Mon Sep 17 00:00:00 2001 From: Mateusz Pietryga Date: Sun, 10 Dec 2023 01:01:30 +0100 Subject: [PATCH] Switch JSSC version to an updated fork --- README.md | 7 +++---- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58dc0d2..35c9f7a 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,8 @@ As software that uses a serial port, usability from Maven was a challenge. The s library, RxTx, but neither it nor JavaComm are usable from Maven, as they have setup procedures that involve adding files into the JRE on the target platform. See [Serial Java][14] for more details. -The solution is a relatively new library called [Java Simple Serial Connector][15] (jSSC). While the future development -of the library is unclear, it has a release on Maven Central that allows cross platform serial port access without any -JRE modifications. +The solution is a relatively new library called [Java Simple Serial Connector][15] (jSSC). It has a release on Maven +Central that allows cross-platform serial port access without any JRE modifications. ### Usage @@ -64,7 +63,7 @@ Licensed under [GNU Lesser General Public License 3.0](https://www.gnu.org/licen [10]: https://www.bricklink.com/catalogItemPic.asp?S=9751-1 [11]: https://en.wikipedia.org/wiki/Lego_Mindstorms#RCX [14]: https://en.wikibooks.org/wiki/Serial_Programming/Serial_Java -[15]: https://github.com/scream3r/java-simple-serial-connector +[15]: https://github.com/java-native/jssc [16]: https://maven-badges.herokuapp.com/maven-central/org.chabala.brick/brick-control-lab/badge.svg [17]: https://maven-badges.herokuapp.com/maven-central/org.chabala.brick/brick-control-lab diff --git a/pom.xml b/pom.xml index 10318aa..dea5256 100644 --- a/pom.xml +++ b/pom.xml @@ -501,9 +501,9 @@ - org.scream3r + io.github.java-native jssc - 2.8.0 + 2.9.4 compile