??? 06/22/09 06:28 Read: times |
#166327 - I use it that way Responding to: ???'s previous message |
Dear Andy,
Andy Neil said:
Mahesh Joshi said:
2> if char is non printable (i.e. ascii below 32 or more than 128) follow this procedure.
.... A) Press & Hold 'Alt' key on keyboard. .... B) Key in ascii number in decimal using NUMERIC keypad (RHS of PC Keybourd) .... C) Release 'Alt' key now. That is a standard Windoze procedure - but I don't know that Hypoterminal guarantees to send codes entered in that way? Another possibility is to use the 'Ctrl' key: Ctrl+A = SOH = 0x01; Ctrl+B = STX = 0x02; : Ctrl+J = LF = 0x0A; : Ctrl+M = CR = 0x0D; etc,... But I'm still not sure that Hypoterminal guarantees to send them all. You really need a proper tool to do this, or write something in Visual Basic, Visual C++, Delphi, or whatever... I use it that way on HyperTerminal, I had done it on Win 98, Win 98 SE, Win 2000, Win XP, I havent tried on vista though Also for "CR" & "CR + LF", I dont follow that procedure. Numeric Keypad 'Enter' Key act as "CR", While 'Enter' key works as "CR + LF" (You can check out on HyperTerminal) Regards, Mahesh |