Skip to content

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

License

Notifications You must be signed in to change notification settings

ericCHensssssssss/jssc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

259 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Support

Developers

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.7%
  • C++ 29.9%
  • CMake 7.4%