Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickeltopoquegira/cppserialreader
https://github.com/nickeltopoquegira/cppserialreader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickeltopoquegira/cppserialreader
- Owner: NickElTopoQueGira
- Created: 2024-05-17T22:56:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T21:27:02.000Z (8 months ago)
- Last Synced: 2024-05-19T01:24:47.207Z (8 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCP Serial Reader
# IMPORTANT
The program lacks its main part, which is the method of creating and managing a serial communication.
-----------“CCP Serial reader” is a simple serial monitor for Linux.
This program allows the saving of logs that are written to the serial.## To build the program:
The following libraries are needed to compile the program:
- libboost-all-dev
```bash
$ sudo apt-get install libboost-all-dev
```To build the program, simply invoke the make command in the shell (no root privileges required)
```bash
$ make
```## To run the program:
To run the program, when you launch it, you need to specify (as parameters):
Arg[1] -> Serial port name
Arg[2] -> Serial port speed (9600 by default)
Arg[3] -> Path of the log file (optional)The path must have read and write permissions and must be written in the following format:
```bash
PATH -> "/home//"
COMMAND FOR RUN PORGRAM: $ ./serialReaderOut.out
```