About | Features | Technologies | Requirements | Starting | License | Author
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
✔️ 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;
The following tools were used in this project:
Before starting 🏁, you need to have Git and CMAKE installed.
# 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
NOLICENSE USE AT YOUR OWN RISK AND FOLLOW POSIX GUIDELINES AND OTHER DEPENDENCIES LICENSES