Could you please provide a C++ example

General discussion of using Roboclaw motor controllers
Post Reply
User avatar
Basicmicro Support
Posts: 1594
Joined: Thu Feb 26, 2015 9:45 pm
Re: Could you please provide a C++ example

Post by Basicmicro Support »

Technically the arduino libraries are C++. You need a serial port library for whatever device(Im guess a PC since you didnt say but did mention the C#)) you are using.

With some minor changes and the addition of a C++ serialport library it shouldnt take much to get a C++ program talking to the Roboclaw. I do eventually plan on adding a windows C++ library but its had low priority because C#/dotNet is prefered on windows these days.

Post Reply