views:

315

answers:

4

I'm looking for a winxp terminal tool that will send/receive raw bytes, not just printable ASCII like the hyperterminal that ships with winxp does. Preferably open-source.

A: 

As mentioned here, realterm does the trick.

fakeleft
A: 

I think COMTester isn't open source but it's a very convenient tool.

Nick D
+1  A: 

I don't understand the motivation behind the question. Do you need a serial port debugging tool or a full-fledged terminal with support for international characters?

For the first case, the tools suggested by Nicj D and fakeleft will do the job.

For the second case you might want to look into TeraTerm or PuTTY, which have support for Telnet, SSH and serial port connections.

codehead
Per the title, it is the first case.
fakeleft
... and it looks like Putty can't send characters other than printable ASCII. For instance, I cannot send 0x06 (ACK)...
fakeleft
+2  A: 

ZOC Terminal has extensive trace features (it can show hex dumps, control characters and binary logs).

Nicholaz