◐ Shell
clean mode source ↗

GitHub - java-native/jssc: Java library for talking to serial ports (with added build support for maven, cmake, MSVC)

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

LGPL-3.0 license

Activity

Custom properties

Stars

192 stars

Watchers

16 watching

Forks

58 forks

Languages

  • Java 62.0%
  • C++ 30.5%
  • CMake 7.5%