Skip to content

LaloRiojas/Serial9bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux_serial_port_testing

 

Serial9Bit

Github top language Github language count Repository size License

🚧 Serial9bit 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This project is a 9-bit library with a command-line interface (CLI). It provides functionality for working with 9-bit data on DB9 Serial ports. The library is designed to Send and recienve 9 bit data over a serial port. The CLI provides a user-friendly interface for executing operations on 9-bit numbers and can be used as a standalone tool or integrated into other applications.

The library is writtten in C and is designed to be used in other projects that require 9-bit data transmission over a serial port. This is common in old serial communication protocols that use the 9th bit as a wakeup bit or for error checking etc. The library provides functions for sending and receiving 9-bit data over a serial port, as well as functions for setting up the serial port. more information can be found in the Serial.h file.

Please note that this project is intended to be used as a library, but it also includes a CLI for testing and demonstration purposes. the CLI is very much in ALPHA stage and is probably not working. no testing has been done on it

✨ Features

✔️ set up the Serial porst for 9-bit communication;

✔️ Send 9-bit data over a serial port;

✔️ Receive 9-bit data over a serial port;

✔️ print 9-bit data in a human readable format;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and CMAKE installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/LaloRiojas/linux_serial_port_testing

# Access
$ cd linux_serial_port_testing

# Install dependencies
$ mkdir build && cd build 

# USE CMAKE
$ cmake .. 
$ cmake --build .

# Run the project
$ ./Serial9Bit #command line args

📝 License

NOLICENSE USE AT YOUR OWN RISK AND FOLLOW POSIX GUIDELINES AND OTHER DEPENDENCIES LICENSES

 

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published