Problem OBD UART adapter

Inquiry and support for Freematics products
Post Reply
Venturi
Posts: 2
Joined: Mon Jan 05, 2015 1:58 am
Location: France
Contact:

Problem OBD UART adapter

Post by Venturi »

Hello,

I try to make a dashboard for my french rally car in KWP2000 5 bauds but my UART adapter V1.2 doesn't work.
I try with the new library OBD.h and OBD.cpp but nothing.
I try on another car, nothing. I try with the sample program "LED RPM", nothing.

Can I send you my code to have another look ?

Before, in your codes you write #include <OBD.h> but when I write this I have an error message so I write #include "OBD.h" and the compilation is good !

Is it normal ?

Thanks for your help.

Best regards.
Venturi
Posts: 2
Joined: Mon Jan 05, 2015 1:58 am
Location: France
Contact:

Re: Problem OBD UART adapter

Post by Venturi »

Since thé last post, my program work perfectly, but none on my car with KWP 2000 low protocol.
It work only once and after the UART block. I must reload another program to unlock it.

I use OBD.h and .cpp December version. Before and after my program doesn't work.

Can you help me ?
stanley
Site Admin
Posts: 1029
Joined: Sat Mar 01, 2014 3:15 am

Re: Problem OBD UART adapter

Post by stanley »

I just committed a fix for current issue. Please update your OBD library with the latest revision in github and give another try.
Post Reply