Hi Jim,
Thanks for your input. It took a while, but yes, we did start out with a pdl. And I got the hex dump. The raw message has no start byte (starts with <4d53>, and ends with <0a00>). We defined a pdl loosely based on the mlp-pdl, as follows:
define phrase basic-msg;
field data = variable-array( not( <lf> ) );
<lf><null>
end phrase;
but no luck here. Is there anything I’m missing here?
Thanks again!