Ssc 32 serial communication problem

hi,
I’m using the ssc 32 servo controller with the basic atom pro servo controller. I wrote a program using the serout command and it worked fine (so, I know that it’s perfectly functional), but then I accidently deleted it. I tried re-writing it, but I can’t remember exactly what I did. Errors keep popping up on line 2 of my program, and I don’t know exactly how to fix the errors.

Here is line 2 of my program:
serout p0, i38400, “#0P”, DEC P1500, “T”, DEC S750, 13]

Whats wrong with it? How would you write it correctly?
Any replies would be greatly appreciated! :slight_smile:

sorry, I accidentally said basic atom pro servo controller, I mean microcontroller…

serout po,i38400,“0p”’,dec 1500,“t”, dec 750, 13]

If I typed out correctly

Kurt