Skip to content

Instantly share code, notes, and snippets.

@artynet
Last active March 10, 2020 01:05
Show Gist options
  • Save artynet/ffb8c5f710310f73c20681f37ab3c14d to your computer and use it in GitHub Desktop.
Save artynet/ffb8c5f710310f73c20681f37ab3c14d to your computer and use it in GitHub Desktop.
setting to get the keystroke working in serial port
# https://access.redhat.com/solutions/209663
# /etc/uucp/port
# disabling hw flow control for missing keystroke input
# Everything after a '#' character is a comment.
port ttyUSB0 # Port name
type direct # Direct connection to other system
device /dev/ttyUSB0 # Port device node
hardflow false # No hardware flow control
speed 115200 # Line speed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment