Convert all to hex code glyphs
Summary
Cannot make this feature work. Set Data Type to ASCII and Non-visible Character Display to Convert all to hex code glyphs.
Only the first byte gets converted, which is 0xFB (251)
Here is the input line: 251 027 000 003 000 076 069 068
I was expecting to see first five control characters displayed in Glyph format, followed by three ASCII characters L E D.
Thx.
Hi @tguneysu , thanks for the feedback. I'll see if I can recreate the problem and fix it.
Hi @tguneysu I did some testing. What I've noticed is that your byte sequence contains "27" which is the escape char and NinjaTerm thinks it's an escape sequence. You should be able to disable this by turning of escape code processing in the RX settings, except I discovered a bug which didn't let you do this! So I've fixed the bug and released a new version of NinjaTerm, see https://github.com/gbmhunter/NinjaTerm/releases/tag/v5.8.2 .
Give this version a go, and make sure to disable "Enable ANSI Escape Code Parsing". Let me know if it now works for you!
Also, I'm interested to know if you think the default settings are a bit confusing, and any suggestions you have on making it more obvious!