Text string in RealDashCAN protocol

Hello!
It don’t work or I just can’t understand how it should work.

in xml:

<frame id="0xA0">
      <value name="Text 1" units="text"></value>
 </frame>

Then:

  1. Creating new “Text Gauge”, choosing “Text 1(text)” input in it’s settings.
  2. sending to RealDash smth like:
"0x44 0x33 0x22 0x11 0xA0 0x00 0x00 0x00 T E S T 0x00"

Don’t work - Text Gauge field is empty.

What I’m doing wrong?

The text extension frame tag starts with 0x55

0x55,0x33,0x22,0x11 ...

Oh, thank you a lot!