Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Serial4j: A JNI lib for UNIX Terminal Control #130

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

Scrappers-glitch
Copy link
Member

@Scrappers-glitch Scrappers-glitch commented Aug 9, 2022

This PR includes the following features:

  • The Serial4j linux C lib.
  • Java binding for the Serial4j.
  • Example using java.
  • Ccoffee build script for [compile] and [assemble].
  • Implement NativeTerminalDevice#getIOFlags() using a public int flags; variable assigned natively after open(...).
  • Java documentation for Serial4j.
  • Java documentation release.
  • jpackaging into .deb package for linux x_64 and x_32 systems.
  • Technical docs for Serial4j.
  • Architectural docs for Serial4j.
  • Future Milestones for Serial4j.

@Scrappers-glitch Scrappers-glitch added documentation Improvements or additions to documentation tech-demo A project demo software Software related stuff build Build script related stuff enhancement A system enhancement labels Aug 9, 2022
@Scrappers-glitch Scrappers-glitch self-assigned this Aug 9, 2022
@Scrappers-glitch Scrappers-glitch added the posix POSIX related stuff label Aug 9, 2022
@Scrappers-glitch Scrappers-glitch added this to the IoT milestone Aug 28, 2022
@Scrappers-glitch Scrappers-glitch linked an issue Aug 28, 2022 that may be closed by this pull request
@Scrappers-glitch Scrappers-glitch marked this pull request as draft September 23, 2022 21:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build Build script related stuff documentation Improvements or additions to documentation enhancement A system enhancement posix POSIX related stuff software Software related stuff tech-demo A project demo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UART IO] Java IO JNI example to read/write to UART
1 participant