I am now attempting to use the SD84 (an 84 channel servo controller) within VVVV via the rs232 node. I am unable however to figure out the format of the string i would need to use to send over the com port. As far as i can tell the SD82 is seeing something as I get a red led flash when i try to send a message, however no matter how I write the string I unable to get any information or trigger a response to the servo that is connected. Below is a screen of what the setup looks like on screen
The documentation for the SD84 can be found at http://www.robot-electronics.co.uk/htm/sd84tech.htm#Channel%20Modes
Apart from getting a red blinking led light on the board I’m at a total loss of what commands to send with this but its about the only way i could think of programming it myself.
I tried other various values until I felt a little woozy…some of these are are found below, but yeah any help getting this functioning would be awesome :cry:
Also for clarity I know the board is working as I have a demo app that comes with it and control servos quite will with a slider using the mouse
00xAA 0xA0 0x55 0x01 0x01 0x02 0xDC 0x05
0x01 00xAA 0xA0 0x55 0x01 0x01 0x02 0xDC 0x05
00xAA0xA00x550x010x010x020xDC0x05
0x0100xAA0xA00x550x010x010x020xDC0x05
SET_SERVO 00xAA, 0xA0, 0x55, 0x01, 0x01, 0x02, 0xDC, 0x05
SET_SERVO 0x01, 00xAA, 0xA0, 0x55, 0x01, 0x01, 0x02, 0xDC, 0x05
00xAA, 0xA0, 0x55, 0x01, 0x01, 0x02, 0xDC, 0x05
0x01, 00xAA, 0xA0, 0x55, 0x01, 0x01, 0x02, 0xDC, 0x05
0x01/00xAA/0xA0/0x55/0x01/0x01/0x02/0xDC/0x05
1 170 160 85 1 2 220 5