Search found 2 matches

by AnkerBS
Tue Apr 23, 2019 3:38 am
Forum: Freematics Products
Topic: OBD-II UART Adapter V2.1 not workimng on Porsche Boxster
Replies: 3
Views: 6817

Re: OBD-II UART Adapter V2.1 not workimng on Porsche Boxster

So I assume the timing AT commands have to be added to COBD::init(OBD_PROTOCOLS protocol) in OBD2UART.cpp Exactly where should they be inserted? In stage 1? By changing const char *initcmd[] = {"ATZ\r", "ATE0\r", "ATH0\r"}; to const char *initcmd[] = {"ATZ\r",...
by AnkerBS
Wed Aug 08, 2018 4:28 am
Forum: Freematics Products
Topic: OBD-II UART Adapter V2.1 not workimng on Porsche Boxster
Replies: 3
Views: 6817

OBD-II UART Adapter V2.1 not workimng on Porsche Boxster

The adapter will not connect with the Boxster. I have two, a 2002 and a 2004, and it has the same problem with both of them. I have attached a screen shot of running the test application. The strange thing is that I tested it on my Mercedes and then on the Boxsters, and the very first time I tried i...