Serial Script Command Issue

Hello. The way you represent the command in your source code doesn’t matter as long as the values of the two bytes are correct. I see you selected “Ascii” in the Roborealm serial module. That is almost certainly wrong, because the Maestro does not support any type of character encoding like ASCII. You should probably try “Hexadecimal” or “Binary”. Please see my recent post where I explained this topic to someone else:

–David