Skip to content

Instantly share code, notes, and snippets.

@ploegert
Created March 14, 2016 20:01
Show Gist options
  • Save ploegert/51d1b17d257143979ca0 to your computer and use it in GitHub Desktop.
Save ploegert/51d1b17d257143979ca0 to your computer and use it in GitHub Desktop.
MacOS command to mount a serial port
flashing on mac:
#get list of devices connected
ls -l /dev/cu*usb*
ls -l /dev/tty*usb*
#Get Terminal output
sudo cu -l ls -l /dev/cu*usb* -s 115200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment