Hi All,, HyperTerminal is a very usefull Serial Port utility that comes with Windows. But it displays the incoming data in ASCII. Is there any Terminal Emulation program for Windows platform that displays the actual received Hex/Binary data and donot do any ASCII conversion on it. That is to say 0x41 is displayed as 0x41 instead of 'A' and 0x0A is displayed as 0x0A instead of being used as Line Feed (new line) control character. Any help would be great. -Rocknmoon