usbserial

command
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Usbserial works as en Echo Server on the second USB serial port, writting back all received data. Additionally, it logs all I/O transaction on the system console (first USB serial port). You can talk to it using a terminal emulator program like Putty (Windows) or picocom (Linux, Mac):

# Show console logs:
cat /dev/ttyACM0

# Talk to this program:
picocom --imap crcrlf /dev/ttyACM1

Try copy/paste more text to the terminal emulator window to see slightly longer than single-byte transactions.

See also the usb example which does the same but uses the usb package directly.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL