Search found 3 matches

by clochardm33
Tue Jul 31, 2018 1:25 am
Forum: Freematics Software
Topic: configurate DATALOGGER
Replies: 13
Views: 29389

Re: configurate DATALOGGER

This is starting to make sense a bit now. As the code isn't commented it is all a bit of a muddle at first glance. I think the short answer is that you are not getting the PIDs you want as your car doesn't support them (despite what you may think). In the routine COBD::init there is the section afte...
by clochardm33
Thu Jun 21, 2018 6:55 pm
Forum: Freematics Software
Topic: configurate DATALOGGER
Replies: 13
Views: 29389

Re: configurate DATALOGGER

You too?
If I get anywhere I'll let you know.
by clochardm33
Wed Jun 20, 2018 9:58 pm
Forum: Freematics Software
Topic: configurate DATALOGGER
Replies: 13
Views: 29389

Re: configurate DATALOGGER

Yep, me too. Any help at all would be much appreciated.
If it anything to do with the declaration of
// bit map of supported PIDs
byte pidmap[4 * 4] = {0};
in FreematicsOBD.h
This seems to imply that there are a max of 16 entries (unless this is increased).