I have the following SCS file:
---------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<Production>
<Head>
<Title>test rs232</Title>
<Version>10.2.0</Version>
<ProdId>7325AFC</ProdId>
<OtherComps>1</OtherComps>
<PRLogicalDev0>FOH</PRLogicalDev0>
<PreviewDevice>FOH</PreviewDevice>
<DfltLogicalDev0>FOH</DfltLogicalDev0>
<DfltDBTrim0>0dB</DfltDBTrim0>
<DfltDBLevel0>-3</DfltDBLevel0>
<DfltPan0>500</DfltPan0>
<PRCtrlSendDevDesc0>Com 1</PRCtrlSendDevDesc0>
</Head>
<Cue>
<CueId>Q1</CueId>
<Description>test</Description>
<Sub>
<SubType>M</SubType>
<SubDescription>test</SubDescription>
<DefSubDes>True</DefSubDes>
<ControlMessage>
<MSMsgType>RS232</MSMsgType>
<RS232Dev>RS232</RS232Dev>
<RS232EntryMode>Hex</RS232EntryMode>
<RS232AddCR>False</RS232AddCR>
<RS232Data>02 56 43 50 3A 41 33 03</RS232Data>
</ControlMessage>
</Sub>
</Cue>
<Cue>
<CueId>Q2</CueId>
<Description>test</Description>
<ActivationMethod>auto</ActivationMethod>
<AutoActivateCue>Q1</AutoActivateCue>
<AutoActivatePosn>end</AutoActivatePosn>
<AutoActivateTime>20</AutoActivateTime>
<Sub>
<SubType>M</SubType>
<SubDescription>test</SubDescription>
<DefSubDes>True</DefSubDes>
<ControlMessage>
<MSMsgType>RS232</MSMsgType>
<RS232Dev>RS232</RS232Dev>
<RS232EntryMode>Hex</RS232EntryMode>
<RS232AddCR>False</RS232AddCR>
<RS232Data>02 56 43 50 3A 42 34 03</RS232Data>
</ControlMessage>
</Sub>
</Cue>
<Files>
</Files>
</Production>
----------------------------------------------------------------------------------------------------------------
These messages are to cause an WJ-MX50 video mixer to switch it's input 3 to bus A resp. input 4 to bus B, btw.
Since I can't enter the ASCII codes 02H (STX, start of transmission) and 03H (ETX, end of transmission) in ASCII mode, I have to enter the complete message in HEX. Note, that the entry mode is saved correctly in the file.
When hitting the "Test Control Send (selected message only)" button everything works fine. Leaving the editor and sending the control messages from cue list fails. Opening the editor again I found, that entry mode has switched back to ASCII and this causes a wrong message displayed below (and obviously this wrong stuff is sent

Is there a possible workaround?
BTW, would You like to add WJ-MX50 control? I could send You the the PDF with all commands

Regards Jörg