is not current version
Last Version 2.1.1

io.github.xmaihh:serialport 2.1

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.

GroupId

GroupId

io.github.xmaihh
ArtifactId

ArtifactId

serialport
Version

Version

2.1
Type

Type

aar

Download serialport 2.1


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