Does anyone know if there is a way to get PuTTY to show the hex values of what it's receiving over a serial connection instead of characters?
Asked
Active
Viewed 7.8k times
2 Answers
6
In initial screen
Session | Logging
Select All session output, then select save file.
After saving the file, use any hex editor to see the result.
bubu
- 9,863
- 2
- 29
- 44
-
This also helped for me when Putty was not showing anything at all on the screen because of blank values (i.e. 0x01 which is "start of heading" in ascii. ) – lode Dec 11 '19 at 00:00
-
All 0x00 were missing for me (Putty 0.67 on Win10, visualized with fhred 1.7.1) – NGI Dec 14 '20 at 11:41
-1
You can try using the raw protocol on the session screen in the configuration. It will show whatever is being transmitted directly from where you're connecting. If the device/system you're connecting to isn't transmitting HEX codes though, you may need a specialized terminal program to translate the output to hex codes.
Jonathan Heady
- 3,671
- 22
- 16
-
1The question is tagged and specifically mentions serial port communication. – JonC Jul 05 '16 at 17:47
-
In raw mode, it still doesn’t print non-printing characters. It also seems not to put them in clipboard when copying/pasting. – binki Oct 13 '16 at 17:16