Home AMX User Forum AMX Technical Discussion
Options

Help with an ASCII character

Does anyone know what the elevated L character is? I am trying to pull the numerical value for the volume from the new ADA Cinema Rhapsody M4. For the original Rhapsody, I parsed using the ' character. The M4 has an elevate L character just after DB in the string, see attached picture.

I looked in a ASCII table and it looks to be a DEC 192, but I am not sure how to use that for my parsing.

Any help would be appreciated. If you need more info to answer my question, just ask. Also, if anyone has a good code block for getting info from the new ADA M4, I am open to that as well.

Thanks

Comments

  • Options
    Joe HebertJoe Hebert Posts: 2,159
    In your Watch Bar you are viewing ADA_M4_BUFF as ASCII. Select Hex or Decimal and you can get the exact hex or decimal values of what you’re looking at.
  • Options
    ericmedleyericmedley Posts: 4,177
    I think that is the charactor NS puts in for the CR or LF which is $D and/or $A. But the advice to just look at the hex version of the string is the way to go.
  • Options
    Thanks for the quick responses. I will try that.
Sign In or Register to comment.