Hi I,
When I asked the question I was sending a STRING STRQEIDEG, which is a WORD via SPI, where we were having trouble, decoding at the other end.
After a lot of tries we tried splitting the STRING into it's 2x BYTEs using 'QEIDEG =StrValW(strqeideg)' (following your example of reading the D/S ) and SENT 2x separate BYTES. (W = WORD VALUE)
This works.
Thanks, C.