About ATCF on Freematics OBD-II UART Adapter V2.1 (for Arduino)

Inquiry and support for Freematics products
Post Reply
cenoura
Posts: 1
Joined: Wed Feb 10, 2021 6:37 pm

About ATCF on Freematics OBD-II UART Adapter V2.1 (for Arduino)

Post by cenoura »

Hello,

I've been using the Freematics OBD-II UART Adapter V2.1 (for Arduino) in one project and it works well with a standard OBD2 vehicle.

I tested the standard code available on two cars and the reading went as expected.

However, from what I could understand from the tests I did, the vehicle I have to use in the project is not an OBD2 standard.

I saw that this reader has the ATCF function that allows you to change the header. I searched on the codes and was unable to find such a function.

From what I've been studying about OBD, the default header is 7E8, the header of the vehicle I'm using is 7AB.

So I wanted to change the reading header using the ATCF function for this header that I have and see if I can read the vehicle information through the OBD port.

Does anyone have any tips or solutions for this?

I appreciate the attention.
Can_Bot
Posts: 6
Joined: Thu Mar 25, 2021 8:08 pm

Re: About ATCF on Freematics OBD-II UART Adapter V2.1 (for Arduino)

Post by Can_Bot »

You can directly send the command ATCF7AB or use the command obd.setHeaderFilter(7AB). Hope this helps
Post Reply