Is 0x9B (155decimal) a special control character? Why is it missing from ascii tables?
- by Chris
Hi,
I'm working on an embedded system, and i'm having dramas getting it to send a certain chunk of data across the serial port. I narrowed it down and found that if a 0x9B is present in the message, it corrupts the message.
So i then look up 0x9b (155) on http://www.asciitable.com/, and it's missing! Isn't that a bizarre coincidence!
Any ideas, is this a special character or something?