Search found 3 matches
- Tue Jul 31, 2018 1:25 am
- Forum: Freematics Software
- Topic: configurate DATALOGGER
- Replies: 14
- Views: 38872
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...
- Thu Jun 21, 2018 6:55 pm
- Forum: Freematics Software
- Topic: configurate DATALOGGER
- Replies: 14
- Views: 38872
Re: configurate DATALOGGER
You too?
If I get anywhere I'll let you know.
If I get anywhere I'll let you know.
- Wed Jun 20, 2018 9:58 pm
- Forum: Freematics Software
- Topic: configurate DATALOGGER
- Replies: 14
- Views: 38872
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).
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).