Created
May 5, 2017 08:13
-
-
Save ianchen06/2d9fb42a57deb4604597320bb0742efe to your computer and use it in GitHub Desktop.
use cu instead of screen for serial communication...
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
| #!/bin/sh | |
| # https://bbs.nextthing.co/t/garbage-text-on-screen-dev-tty-usbmodem1411/2582/3 | |
| sudo cu -l /dev/tty.usbmodem2411 -s 115200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment