Page 1 of 1

Noob here.. UART 2.1 and Arduino Uno - Serial Garbage on Example Sketch

Posted: Tue Sep 15, 2020 12:11 pm
by jimmyw91
Hello,

Thank you for taking a moment to try and help me out, any feedback is appreciated.

I am trying to make use of my UART 2.1 adapter. I started by downloading the libraries from github and attempting to run the example sketches. I uploaded the sketches and did not have luck with any of them. The two examples that included serial data I see garbage in the serial monitor. I have included a photo so you can see how I have it set up, what sketch is running and what the serial monitor spits out:
https://imgur.com/83dGK5d

This is the wiring to the Arduino, nothing special to see here (unless I did something extra dumb...). I get the same garbage output whether the obd2 adapter is connected to my car or not.
https://imgur.com/5gMnkLz

Re: Noob here.. UART 2.1 and Arduino Uno - Serial Garbage on Example Sketch

Posted: Sun Sep 20, 2020 9:59 pm
by stanley
Do you know Arduino UNO's Serial and serial monitor are one thing? The adapter uses Serial and that means you should either not use USB monitor or use a Arduino Mega.