serialport

Porting Google's official serial port libraryandroid-serialport-api,only supports serial port name and baud rate. This item adds support check digit, data bit, stop bit, flow control configuration item.

License

License

GroupId

GroupId

io.github.xmaihh
ArtifactId

ArtifactId

serialport
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

serialport
Porting Google's official serial port libraryandroid-serialport-api,only supports serial port name and baud rate. This item adds support check digit, data bit, stop bit, flow control configuration item.
Project URL

Project URL

https://github.com/xmaihh/Android-Serialport
Source Code Management

Source Code Management

https://github.com/xmaihh/Android-Serialport/tree/master

Download serialport

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.xmaihh/serialport/ -->
<dependency>
    <groupId>io.github.xmaihh</groupId>
    <artifactId>serialport</artifactId>
    <version>2.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xmaihh/serialport/
implementation 'io.github.xmaihh:serialport:2.1.1'
// https://jarcasting.com/artifacts/io.github.xmaihh/serialport/
implementation ("io.github.xmaihh:serialport:2.1.1")
'io.github.xmaihh:serialport:aar:2.1.1'
<dependency org="io.github.xmaihh" name="serialport" rev="2.1.1">
  <artifact name="serialport" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.xmaihh', module='serialport', version='2.1.1')
)
libraryDependencies += "io.github.xmaihh" % "serialport" % "2.1.1"
[io.github.xmaihh/serialport "2.1.1"]

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
2.1.1
2.1