Page 1 of 1

Re: Strange output from encoder read arduino

Posted: Wed Jul 17, 2019 10:23 am
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.