Skip to content

semyonsylka/uart_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic uart usage programm

Build

Create build directory and run cmake in them with path to directory with CMakeLists.txt

mkdir build
cd build
cmake /path/to/uart_test_task
make

Usage

Connect uart bridge, find his tty-file location and run uart_echo_test. Example:

./uart_echo_test -d /dev/ttyUSB0 -b 115200 -m echo

Print --help arg to executable to find information about used flags

./uart_echo_test --help

Requires

cmake, gcc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published