TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: majm on October 24, 2016, 01:03:33 PM

Title: Tinycircuits 9 axis IMU
Post by: majm on October 24, 2016, 01:03:33 PM
Hello,

I just need your help guys with reading the serial monitor because the readings I get is just symbols and weird characters.
like this.
(http://i64.tinypic.com/bjfmtg.jpg)
Title: Re: Tinycircuits 9 axis IMU
Post by: tastewar on November 03, 2016, 08:16:22 AM
This is almost always due to a baud rate (communications rate) mismatch between the sender (your device and code) and the receiver (Arduino application or other serial monitoring tool). You set the baud rate in your device code when you initialize the serial port there. On your computer, it's the drop down at the bottom of the window you're looking at. If they're both at 9600, I'm not sure what else it might be.