JamesNewton / Arduino_Dynamixel_Stepper_Controller

USB adapter to Arduino with Dynamixel Shield provides simple digital IO and motion.
1 stars 0 forks source link

Remove servo acks #3

Open JamesNewton opened 3 years ago

JamesNewton commented 3 years ago

It really slows down operation to wait for long strings to get passed back from the Arduino to the controller, so those prints that acknowledge the movement and torque setting commands being sent to the servo should be removed. The errors should probably be reduced as well. e.g. "!" instead of "error" (if that is legal json) and "T" or "P" for Torque and Position.