Search found 2 matches

by akreager
Tue May 26, 2020 3:05 pm
Forum: General Discussion
Topic: Trouble reading packet serial data with Arduino Mega
Replies: 2
Views: 2693

Re: Trouble reading packet serial data with Arduino Mega

Baud rate did it. The lesson here is that just because your speedometer goes to 230mph, doesn't mean you should always drive that fast. Thanks!
by akreager
Sat May 23, 2020 8:24 am
Forum: General Discussion
Topic: Trouble reading packet serial data with Arduino Mega
Replies: 2
Views: 2693

Trouble reading packet serial data with Arduino Mega

I am having trouble reading data out of a 2x30A Roboclaw V5D using an Arduino Mega. I am able to send command data to the RC using packet serial and make both motors move as expected. However, I am unable to read any data from the Roboclaw. Below is the example sketch for reading the version out, mo...