EN CN
Sending messages to 32 bit controller using C++ and no Arduino
  • Hello,
    I am attempting to send messages to the controller using C++ without an Arduino. I am using some Arduino code as a reference for how I should be sending the messages. The issue is, I don't get any messages back. For instance, I am trying to send a 73 messages to get the angles. When I read from the port, I never get > immediately followed by 73 (which, in this case signals the beginning of the response).

    Does anyone have any suggestions? I made sure my baud rate was correct but still no luck.
  • Did it work for you. I am stuck in the same situation. However I'm using python
  • can you display your code here or part of your code.