In all fairness, my previous post has now appeared. If the accusation was unjustified, then I apologize.
My question was targeted at the changes that caused the need to update the code (and yes, I've seen the code change, which is pretty much removal of a code I called out above). Were there some ...
Search found 5 matches
- Mon Jun 06, 2016 8:21 am
- Forum: Freematics Products
- Topic: Unable to connect using OBD UART with Arduino
- Replies: 7
- Views: 14373
- Sun Jun 05, 2016 9:18 am
- Forum: Freematics Products
- Topic: Unable to connect using OBD UART with Arduino
- Replies: 7
- Views: 14373
Re: Unable to connect using OBD UART with Arduino
Hmm interesting approach to customer support - approve posts selectively, don't respond to most of the questions, very generic replies that we have to wait days for - disappointing.
Stanley, I understand that it might be time consuming and it's all on you, but this just looks sketchy.
And the fact ...
Stanley, I understand that it might be time consuming and it's all on you, but this just looks sketchy.
And the fact ...
- Thu May 26, 2016 3:37 pm
- Forum: Freematics Products
- Topic: Unable to connect using OBD UART with Arduino
- Replies: 7
- Views: 14373
Re: Unable to connect using OBD UART with Arduino
And to add to that, I also tried cycling through all supported protocols, for both of the cars, and it didn't help either
obdInitialized = false;
OBD_PROTOCOLS protocols[] = {
PROTO_AUTO,
PROTO_ISO_9141_2,
PROTO_KWP2000_5KBPS,
PROTO_KWP2000_FAST,
PROTO_CAN_11B_500K,
PROTO_CAN_29B ...
obdInitialized = false;
OBD_PROTOCOLS protocols[] = {
PROTO_AUTO,
PROTO_ISO_9141_2,
PROTO_KWP2000_5KBPS,
PROTO_KWP2000_FAST,
PROTO_CAN_11B_500K,
PROTO_CAN_29B ...
- Thu May 26, 2016 3:31 pm
- Forum: Freematics Products
- Topic: Unable to connect using OBD UART with Arduino
- Replies: 7
- Views: 14373
Re: Unable to connect using OBD UART with Arduino
Hey Stanley,
Thank you for your response.
In the meantime (yup, I spent most of the day today debugging the issue...) I tried on another car - 2008 Toyota Yaris. However, I'm getting exactly same results (as in, obd.init() never succeeds). Because of that I think it's not fault of an unsupported ...
Thank you for your response.
In the meantime (yup, I spent most of the day today debugging the issue...) I tried on another car - 2008 Toyota Yaris. However, I'm getting exactly same results (as in, obd.init() never succeeds). Because of that I think it's not fault of an unsupported ...
- Thu May 26, 2016 6:30 am
- Forum: Freematics Products
- Topic: Unable to connect using OBD UART with Arduino
- Replies: 7
- Views: 14373
Unable to connect using OBD UART with Arduino
Hey,
I bought the OBD UART adapter in February, but got busy with work so I just managed to get around my project using it this week.
However, I haven't been able to successfully connect to the car...
Even with the simplest code, it goes past obd.begin() but never successfully returns from obd ...
I bought the OBD UART adapter in February, but got busy with work so I just managed to get around my project using it this week.
However, I haven't been able to successfully connect to the car...
Even with the simplest code, it goes past obd.begin() but never successfully returns from obd ...