Strange output from encoder read arduino

General discussion of using Roboclaw motor controllers
Post Reply
User avatar
Basicmicro Support
Posts: 1594
Joined: Thu Feb 26, 2015 9:45 pm
Re: Strange output from encoder read arduino

Post by Basicmicro Support »

I can't read your code from a screen shot. Please copy and paste your code and the monitor output.

Two likely causes of weird output is:

1. Baudrates arent set correctly. This is most likely.

2. You aren't using the Serial.println command correctly. Less likely since there is very little that can be messed up with this command.

Post Reply