Skip to content
forked from 8/tty-send

Simple C command line tool for sending data using a tty device

Notifications You must be signed in to change notification settings

amescon/tty-send

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C cmdline tool for sending data using a tty device

usage examples:

sending the contents of a file:
./tty-send --device=/dev/ttyRPC0 --file=test100.txt
sends the contents of the file test100.txt to the tty port

sending an ascii pattern:
./tty-send --device=/dev/ttyRPC0 --pattern=48 --repeat=10
sends the ascii 48 (='0') 10 times to the tty port

About

Simple C command line tool for sending data using a tty device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published