Created
February 3, 2013 05:33
-
-
Save akey7/4700652 to your computer and use it in GitHub Desktop.
A simple test of the Arduino Morse Code device using telnet
This file contains 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
$ 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