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.9.4</version>
</dependency>
  • or Gradle (KTS)
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.java-native:jssc:2.9.4")
}
  • or Gradle (Groovy)
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.java-native:jssc:2.9.4'
}

Support

Developers

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages