Using Delphi 2010 to control SSC-32

Hello,

I’m trying to control the SSC-32 from Delphi.

If I send a command like “#0p1500” the Led lights green for a split second, but the servo does not move.

I have used the carriage return in Delphi 2010 (#13). I can see that Delphi is using #$D instead of #0D.

Could this be the problem that the servo does not move? How can I fix this?

the SSC-32 requires a CR before it will act on the command. I don’t know anything about Delphi sorry…