Using Parallax serial terminal
RobertD
Posts: 1
Is there a simple way to send a non printable character out the USB port using the "Parallax serial Terminal" program. I am speaking about sending a character such as AA Hex.
Comments
Most have a hexadecimal mode for sending that is created by using a special prefix.. an ESC sequence. I suspect you may have to read VT100 documents for these.
http://en.wikipedia.org/wiki/VT100
If you want a serial terminal program that can do just about anything you might dream up, use Real Term. It is not so much a serial terminal communications application and a serial interface bench tool.
http://realterm.sourceforge.net/
Edit: I assume you are using some other program to receive the character on the PC side. "Parallax Serial Terminal.exe" uses several non printable characters for formatting but you'd need to use the "Hex" method in "Parallax Serial Terminal.spin" to display the hexadecimal value of the non printable character in "Parallax Serial Terminal.exe".
I guess I will never know.... but it would be nice if Parallax clarified if their application in Windows was a VT100 emulation or something else.
Your right. It's not clear. Reading it again makes be think you had the correct interpretation.