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.
+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
2009-09-30 10:44:47
Per the title, it is the first case.
fakeleft
2009-09-30 17:30:42
... and it looks like Putty can't send characters other than printable ASCII. For instance, I cannot send 0x06 (ACK)...
fakeleft
2009-10-02 10:40:56
+2
A:
ZOC Terminal has extensive trace features (it can show hex dumps, control characters and binary logs).
Nicholaz
2010-02-08 15:11:44