Search found 2 matches

by mike944
Wed Jul 13, 2016 2:22 am
Forum: Freematics Products
Topic: Splitting up the call and receive?
Replies: 2
Views: 6491

Re: Splitting up the call and receive?

Ok, i see the DataIdleLoop() function defined, as you pointed out, but how do i use it? I searched and can't seem to find an example of it in-use. I'm a less-experienced programmer, and really need to see an example of it being used. I did some testing, and for my ECU, it seems to take about 120MS t...
by mike944
Fri Jul 01, 2016 12:31 pm
Forum: Freematics Products
Topic: Splitting up the call and receive?
Replies: 2
Views: 6491

Splitting up the call and receive?

I'm using the OBDII UART adapter in an application, hooked up to an Arduino Mega, where i want to read OBDII data, in addition to reading 16 analog inputs off the Mega (and other things) The problem comes in that i can process the 16 channels of analog WAY faster than i can read from the OBDII port....