Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickeltopoquegira/cppserialreader


https://github.com/nickeltopoquegira/cppserialreader

Last synced: about 2 months ago
JSON representation

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
```