+ AA6YQ comments below
Here is my code per Yaesu's CAT-manual and your email about 'split':
FA7074000;
MD02;
FB7074000;
MD0C;
FT3;
+ When specifying CAT instructions in a Command Sequence, instructions specified in ASCII (as opposed to hexadecimal) must be preceded by a single apostrophe:
' FA7074000;
'MD02;
'FB7074000;
'MD0C;
'FT3;
<END>
+ Some advice: proceed one instruction at a time. In this case, start with a sequence that just issues
' FA7074000;
+ Then add the
'MD02;
+ This quickly exposes cases where adding the second command causes the first command to malfunction. For example, some radios require that the mode be changed before changing the frequency, and some vice versa. And in some cases (cough Elecraft cough), it may be necessary to insert <WAIT> instructions between commands.
73,
Dave, AA6YQ