RECE-232

A data encoding scheme intended for RS-232 transfer that encodes longwords/floats to ASCII while maximizing error detection and correctability.

License

License

GroupId

GroupId

io.chandler
ArtifactId

ArtifactId

RECE-232
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

RECE-232
A data encoding scheme intended for RS-232 transfer that encodes longwords/floats to ASCII while maximizing error detection and correctability.
Project URL

Project URL

https://github.com/cjgriscom/RECE-232
Source Code Management

Source Code Management

https://github.com/cjgriscom/RECE-232

Download RECE-232

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.0-M1
org.junit.jupiter : junit-jupiter-engine jar 5.5.0-M1
org.junit.jupiter : junit-jupiter-params jar 5.5.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.1
0.1.0