Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License BSD-2-Clause License MIT

SerialPipe

Welcome to SerialPipe 🎉

SerialPipe is a simple program that can be used to read from/write to a serial device node.

Example

# Dump /dev/tty.usbmodem21201 @115200 to stdout
spipe /dev/tty.usbmodem21201 115200

# Write "Testolope" to /dev/tty.usbmodem21201 @115200 and dump /dev/tty.usbmodem21201 @115200 to stdout
echo "Testolope" | spipe /dev/tty.usbmodem21201 115200

# Dump /dev/tty.usbmodem21201 @9600 to the file a.out
spipe /dev/tty.usbmodem21201 9600 > a.out

Usage

spipe path-to-device-node baudrate

About

`SerialPipe` is a simple program that can be used to read from/write to a serial device node

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages