using screen as a terminal emulator

I had no idea you could do this, but on OS X (and pretty much anything else I imagine) you can just execute something like

 

 

screen /dev/tty.usbserial 9600

 

And it’ll open up like a terminal program @ 9600 baud on that TTY serial device!

 

What a quick save!!!!

Leave a Reply