7
« Last post by sillygoose on Yesterday at 01:07:53 pm »
Working with a remote VW ID.4 and never had any luck getting a response beyond reading the VIN using service 09, PID 02. Tried many combinations of STPX, ATSH, etc and never saw a response..
Decided to go back to basics and try the AT initialization commands used in a public repo for the ID.4 that supposedly will work:
"ATZ", "ATE0", "ATL0", "ATSP7", "ATBI", "ATSH FC007B", "ATCP 17", "ATCAF0", "ATCF 17FE7", "ATCRA17FE007B"
I dropped the ATL0 and ATBI commands as unnecessary and send the rest but get an error on the ATCF 17FE7 command:
.atz [ATZ → ELM327 v1.4b]
.ate(false) [ATE0 → ATE0OK]
.atsp(7) [ATSP7 → OK]
.atsh(FC007B) [ATSH FC007B → OK]
.atcp(17) [ATCP 17 → OK]
.atcaf(false) [ATCAF0 → OK]
.atcf(17FE7) [ATCF 17FE7 → ?]
.atcra(17FE007B) [ATCRA 17FE007B → OK]
Running on a bench setup to test as much as possible, the ID.4 is elsewhere and I have to push an app to TestFlight to actually run the code on the vehicle.