Closed ghost closed 3 years ago
Hi @t-furst-kinetic
The OpenCR is not an official USB-serial converter like U2D2.
You may use Arduino sketch to run DYNAMIXEL directly from the OpenCR, but in order to use the OpenCR as a communication interface between DYNAMIXEL and PC, you should upload the usb_to_dxl
Arduino sketch.
This sketch will relay packets between DYNAMIXEL and USB ports with some limitations.
Thanks!
Hi @ROBOTIS-Will
Thank you very much. That was the info I was missing.
ISSUE TEMPLATE ver. 1.2.0
Which DYNAMIXEL SDK version do you use?
Which programming language/tool do you use?
Which operating system do you use?
Which USB serial converter do you use?
Which DYNAMIXEL do you use?
Have you searched the issue from the closed issue threads?
Please describe the issue in detail
But when I try to do the exact same thing with the C++ examples in DynamixelSDK, I always get the following output:
More information:
Do you have any idea of what could go wrong in my case?
Thanks.