Created
January 2, 2020 11:14
-
-
Save fernandoc1/63a853bb20b82fd255c90a0cc93f2251 to your computer and use it in GitHub Desktop.
Connect serial to Linux
This file contains hidden or 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
| Connect to serial on Linux: | |
| sudo chmod 777 /dev/ttyUSB0 | |
| screen -L /dev/ttyUSB0 115200 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment