#serial #devices #read #node #from-write #spipe

已删除 serial_pipe

SerialPipe 是一个简单的程序,可以用于从/写入串行设备节点

0.1.0 2022年2月16日

#198 in #serial

BSD-2-Clause OR MIT

14KB
255 代码行

License BSD-2-Clause License MIT AppVeyor CI docs.rs crates.io Download numbers dependency status

SerialPipe

欢迎来到 SerialPipe 🎉

SerialPipe 是一个简单的程序,可以用于从/写入串行设备节点。

示例

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

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

# Dump /dev/tty.usbmodem21201 @9600 to stdout
spipe /dev/tty.usbmodem666 9600

用法

spipe path-to-device-node [baudrate]

依赖关系

~2.6–4MB
~74K SLoC