Hi all,
I have a motor controller that needs motion commands to be sent via RS485. I also have a USB to RS 485 converter. So, If I connect this to me PC and send a command using hyperterminal the motor moves. But if I connect my Arduino to the motor controller and send the same signal from the arduino using "Serial.println" the motor does not move. What am I doing wrong here?