Java Serial

A cross-platform way of accessing serial ports through Java. Supports Windows and Linux. Does not use the Java SerialAPI. Implementation uses the java.io API.

License

License

GroupId

GroupId

com.rm5248
ArtifactId

ArtifactId

JavaSerial
Last Version

Last Version

0.12
Release Date

Release Date

Type

Type

jar
Description

Description

Java Serial
A cross-platform way of accessing serial ports through Java. Supports Windows and Linux. Does not use the Java SerialAPI. Implementation uses the java.io API.
Project URL

Project URL

http://programming.rm5248.com/
Source Code Management

Source Code Management

https://github.com/rm5248/JavaSerial

Download JavaSerial

How to add to project

<!-- https://jarcasting.com/artifacts/com.rm5248/JavaSerial/ -->
<dependency>
    <groupId>com.rm5248</groupId>
    <artifactId>JavaSerial</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.rm5248/JavaSerial/
implementation 'com.rm5248:JavaSerial:0.12'
// https://jarcasting.com/artifacts/com.rm5248/JavaSerial/
implementation ("com.rm5248:JavaSerial:0.12")
'com.rm5248:JavaSerial:jar:0.12'
<dependency org="com.rm5248" name="JavaSerial" rev="0.12">
  <artifact name="JavaSerial" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rm5248', module='JavaSerial', version='0.12')
)
libraryDependencies += "com.rm5248" % "JavaSerial" % "0.12"
[com.rm5248/JavaSerial "0.12"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.12
0.11
0.10
0.9
0.8
0.7
0.6.1