USB Servo Controller conected to PC
This has to have come up before, but i cant find it.
I'm trying to connect my USB PSC to my pc and control it from VB or even Hyperterminal, but I can't figure out the code. How do I translate:
ch=0
ra=7
pw=1250
"!SC", ch, ra, pw.LOWBYTE, pw.HIGHBYTE, CR
to a hyptertermial output? I've been able to use the !SCVER? and get a response, so I know its not a com issue.
I'm trying to connect my USB PSC to my pc and control it from VB or even Hyperterminal, but I can't figure out the code. How do I translate:
ch=0
ra=7
pw=1250
"!SC", ch, ra, pw.LOWBYTE, pw.HIGHBYTE, CR
to a hyptertermial output? I've been able to use the !SCVER? and get a response, so I know its not a com issue.
Comments
If you're typing them by hand using Hyperterminal, you can often use the control key to get small values. Control-@ is a zero byte. Control-A is a one byte, etc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen