Search found 17 matches

by td1973
Sat Nov 02, 2019 10:53 pm
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Wow, the support of this issue is terrible. No sample code Can't get a reply from the developer in over a month. Other threads get replies by the developer and my thread gets ignored. How do I return the product? All I'm asking for is ONE LINE of code to illustrate initialization, which SHOULD HAVE ...
by td1973
Mon Oct 07, 2019 6:41 am
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Bump! I would appreciate a simple answer to a simple request. This is taking far too long to get working and no sample code to help? I'll make it easy, which line of code is correct to initialize the CANbus sniffing mode: 1. Serial1.print(ATM1) ; 2. Serial1.print("ATM1"); 3. Serial1.printl...
by td1973
Sat Sep 28, 2019 10:28 pm
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

I cannot get this to work on USB either. It works via Arduino Serial1 for the PID commands, so why won't it work with the CANBUS monitoring commands? I would appreciate a single line of code to illustrate how to initialize the CANBUS streaming/sniffing. I have tried: ATCF (xxx) // xxx = any ID that ...
by td1973
Tue Sep 17, 2019 11:10 am
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Thank you. I already referenced that page, but I can't get the CAN commands to work.

Do you have a line of code to show how to initialize it?

As shown in the post above, I've tried:

Serial1.print()

Serial1.println()

Serial1.write()

With all the commands and nothing seems to work.
by td1973
Tue Sep 10, 2019 10:02 pm
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Can someone please answer this question?

I've been trying for weeks without any success.

Thank you.
by td1973
Fri Aug 30, 2019 3:38 am
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Nobody? The product page says this device supports CANBUS sniffing: m Are there any code examples to illustrate the commands for this function? For instance, I've tried Serial1.print() Serial1.println() Serial1.write() Nothing seems to initialize. Typical sniffing on 11-bit 500kbps CAN bus ATSP6 ATC...
by td1973
Tue Aug 27, 2019 10:59 am
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Re: Cannot Monitor CANBUS Data

Output from another device on CANBUS. This is what I would like to achieve from the Freematics product.: 2D1,0,0,0,1,49,3,0,0 2D1,0,0,0,1,49,3,0,0 2D1,0,0,0,1,49,3,0,0 2DE,2,8,2,1,49,3,0,0 216,64,8,2,1,49,3,0,0 251,16,0,0,1,0,47,18,49 23D,99,0,0,234,0,8,1,126 791,0,0,0,0,192,0,16,126 2,29,0,0,7,26,0...
by td1973
Tue Aug 27, 2019 10:56 am
Forum: Freematics Products
Topic: Cannot Monitor CANBUS Data
Replies: 13
Views: 25874

Cannot Monitor CANBUS Data

This forum will not let me post the intended message. It says, "Not enough characters"? Hello All, I'm having trouble getting the CABNUS sniffing option to work with the Freematics product. Hardware: Freematics OBD-II (with removable harness) Arduino MEGA 2560 Vehicle: 2006 Infiniti G35 20...
by td1973
Wed May 23, 2018 2:32 am
Forum: Freematics Products
Topic: Compile Error - OBD.h
Replies: 0
Views: 4459

Compile Error - OBD.h

Hello, Can someone please help resolve this error. The OBD.h file is present in the folder (along with OBD.cpp). Arduino: 1.8.2 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -O...
by td1973
Sun Apr 16, 2017 11:27 am
Forum: Freematics Products
Topic: ODB-II Adapter with Arduino Serial Monitor
Replies: 4
Views: 8832

Re: ODB-II Adapter with Arduino Serial Monitor

I found the problem. The code is not looking for the .h and .cpp files in the proper directory. You need to move or copy the .h and .cpp files to the library root folder. IE: ProgramFiles(x86)]\Arduino\libraries\OBD.h IE: ProgramFiles(x86)]\Arduino\libraries\OBD.cpp IE: ProgramFiles(x86)]\Arduino\li...