
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>tp_tsay()</b> - display text in emulator window
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tp_tsay() - display text in emulator window
tp_tsay(cString)
cString Character string.
This function can only be called from within an emulator exception
handler, or a notification handler when an emulator is running. It
displays the string cString as if it had been received from the
serial port. cString may contain control and escape sequences
appropriate for the emulator in use.
Example:
tp_tsay(chr(27) + "[2J") // Clear ANSI terminal screen.
See Also: tp_tsend() Terminal Emulators
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson