Hi,
I’m working with visual studio 2005, i’m making a program in visual basic, to controll my servo controller, the problem is that i only can send 127 values instead 255,
the part of the code is:
SerialPort1.Write(Chr(value_to_send))
all is working fine, but i want to send 255 to get better the resolution of the servos.