Skip to content

Repository files navigation

Travis-CI Status

A small, single Java library for working with serial ports across various systems based on the work from scream3r/java-simple-serial-connector.

Usage

<dependency>
<groupId>io.github.java-native</groupId>
<artifactId>jssc</artifactId>
<version>2.10.2</version>
</dependency>
  • or Gradle (KTS)
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.java-native:jssc:2.10.2")
}
  • or Gradle (Groovy)
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.java-native:jssc:2.10.2'
}

Support

Developers

About

Java library for talking to serial ports (with added build support for maven, cmake, MSVC)

Resources

Stars

192 stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages