Hi,
I am trying to use a pololu serial 8 servo controller to control 8 servos using labview. The controller itself comes with software to send commands to use it. I am essentially trying to replicate that system, but just have it where I am sending a 5 byte command. The command format requires that i send the 0x80 0x01 0x02 the next two commands are the ones I want to change, the first being the servo number the next being its position. The command is being sent over the serial port. I have also attached the vi that I am trying to get to work. I assume there is an error in the way I am trying to send the commands to the controller. any help would be greatly appreciated.