Search found 1 match
- Thu Jun 01, 2023 11:47 pm
- Forum: Freematics Software
- Topic: Reading EV Data - how?
- Replies: 7
- Views: 45582
Re: Reading EV Data - how?
You can use FreematicsOBD function readPID(byte pid, ind& result) . It will take PID as argument. Alternatively you can look into the source code (FreematocsOBD.cpp) of this function and tweak it to send your message and wait for the answer. I have a question to you. Where did you get that CAN-m...