28023 Servo Controller
I am attempting to use a 28023 Parallax serial servo controller with a processor that uses the Microsoft .Net Micro Framework and C#. The processor has bi-directional serial ports. I understand the Basic Stamp use one bi-directional line and that the levels will need to be translated to and from ttl levels with positive logic.
My question is how to encode the instruction to the PSC. The basic stamp command is "!SC", ch, ra, pw.LOWBYTE, pw.HIGHBYTE, CR. Is the equivalent command one string such as "ISC,1,32,22,32" where ch = 1, ra = ew, lowbyte = 22 and highbyte = 32 for example?
For this demonstration, I simple need to move the motor back and forth a few times.
Thanks in advance for help.
bdrew7
My question is how to encode the instruction to the PSC. The basic stamp command is "!SC", ch, ra, pw.LOWBYTE, pw.HIGHBYTE, CR. Is the equivalent command one string such as "ISC,1,32,22,32" where ch = 1, ra = ew, lowbyte = 22 and highbyte = 32 for example?
For this demonstration, I simple need to move the motor back and forth a few times.
Thanks in advance for help.
bdrew7
Comments
bernard