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

Inquiry and support for Freematics products
Post Reply
jimmyw91
Posts: 1
Joined: Tue Sep 15, 2020 11:38 am

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

Post 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
stanley
Site Admin
Posts: 1017
Joined: Sat Mar 01, 2014 3:15 am

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

Post 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.
Post Reply