Search found 2 matches

by jmoges
Mon Sep 14, 2015 7:25 am
Forum: Freematics Products
Topic: Inconsistent obd.read()
Replies: 2
Views: 13692

Re: Inconsistent obd.read()

I guess I should have said I'm using a Mega. I'm using pins 18-19 for the adapter, pins 0 and 1 are left alone. Would that still cause a problem?
by jmoges
Sun Sep 06, 2015 5:22 am
Forum: Freematics Products
Topic: Inconsistent obd.read()
Replies: 2
Views: 13692

Inconsistent obd.read()

I'm using the UART obd2 adapter and I've been testing in my car (Toyota Tacoma) and motorcycle (Triumph Daytona 675). In my car I'm able to get the data (RPM and throttle position) without any problems. Using the same code on my motorcycle and obd.read(PID_RPM, rpmValue) doesn't always return true. ...