Is 0x9B (155decimal) a special control character? Why is it missing from ascii tables?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-15T04:35:48Z Indexed on 2010/04/15 4:43 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c

    Related posts about serial-port