linux:serial_ports
This is an old revision of the document!
Get info:
$ dmesg | egrep --color 'serial|ttyS'
Some commands to manage, read and write to the serial port
# Print info $ setserial -g /dev/ttyS0 # Using cu (call-up). Exit by typing ~. $ cu -l /dev/ttyS0 -s 115200 # Using screen. Exit with c-a k $ screen /dev/ttyS0 115200
linux/serial_ports.1601451701.txt.gz · Last modified: 2022/09/12 00:30 (external edit)
