Skip to content

Instantly share code, notes, and snippets.

@akey7
Created February 3, 2013 05:33
Show Gist options
  • Save akey7/4700652 to your computer and use it in GitHub Desktop.
Save akey7/4700652 to your computer and use it in GitHub Desktop.
A simple test of the Arduino Morse Code device using telnet
$ telnet 192.168.0.73 73
Trying 192.168.0.73...
Connected to 192.168.0.73.
Escape character is '^]'.
HELLO WORLD
^]
telnet> quit
Connection closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment