forked from 8/tty-send
-
Notifications
You must be signed in to change notification settings - Fork 1
amescon/tty-send
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published