link: https://code.google.com/p/java-simple-serial-connector/
Here show how to download and add library to NetBeans, and create NetBeans project using jSSC library. Next post will show a javaFX example to communicate with Arduino Uno via USB Serial.
Prepare jSSC - java serial port communication library - Download and add library to NetBeans
Prepare jSSC - Create NetBeans project using jSSC library
Example of using Java + jSSC:
- Example of using jSSC, communicate between JavaFX and Arduino Uno via USB Serial port
- JavaFX + jSSC - read byte from Arduino Uno, read from Analog Input
- JavaFX + jSSC - read byte from Arduino Uno, display in LineChart
- Bi-direction communication between Arduino and PC using Java + jSSC
- Java + JavaFX + jSSC run on Raspberry Pi, control Arduino Uno
- Java/JavaFX/jSSC control Arduino + 8x8 LED Matrix
- Raspberry Pi control Arduino + 8x8 LED Matrix, using Java/JavaFX/jSSC