On Wed, 5 Jul 2006 10:44:40 -0700, "Rob Robson" wrote: >Does anyone know how to send a short sequence of characters, including ASCII >control characters (e.g. DC1 or EOT), from HyperTerminal? > In HyperTerminal, holding the 'Control' key will send a character that's 0x40 less than a letter's uppercase value. EOT = Ctrl-D (0x44 - 0x40 = 0x04 sent) DC1 = Ctrl-Q (0x51 - 0x40 = 0x11 sent) Regards, Bob -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist