Last active
March 10, 2020 01:05
-
-
Save artynet/ffb8c5f710310f73c20681f37ab3c14d to your computer and use it in GitHub Desktop.
setting to get the keystroke working in serial port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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