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?