how to type/send hex on a putty session
Posted
by
Amit Phatarphekar
on Server Fault
See other posts from Server Fault
or by Amit Phatarphekar
Published on 2011-06-20T23:59:26Z
Indexed on
2011/06/21
0:23 UTC
Read the original article
Hit count: 256
putty
|hexidecimal
I'm using Putty to make a serial connection to a device. I need to send a Hex string on this session. How do I do this? The Hex String is FF7E414244
This is required to break the serial device into command interface mode...
From an XP machine, I can use HyperTerminal. And then on the serial connection, do a "send file", where the file has this hexstring entered using hex editing means. So this mechanism works.
But now I have a windows 7 with no hyperterminal. so I'm using putty. But now how do I send the hex string?
Thanks
© Server Fault or respective owner