%HTTP_EQUIV_ON_VIEW%
PGMFI Logo
Library> DataLogging (r1.1 vs. r1.14) Destinations: Home | Library | Change Log | Index
Search | Go

 <<O>>  Difference Topic DataLogging (r1.14 - 24 Oct 2005 - Home.markolson)
Added:
>
>

Here is an explanation of Full Duplex Datalogging -- markolson - 24 Oct 2005

How Does Data Logging Work -- markolson - 24 Oct 2005

How To Log External Data Such As An Egt Sensor -- markolson - 24 Oct 2005


 <<O>>  Difference Topic DataLogging (r1.13 - 27 May 2005 - Home.hondainfo)
Added:
>
>

There are two way for Data Logging:

1. Data Logging through stock DLC Data Link Connector. For more information, see DLC communication

2. Data Logging using ECUs inside serial connector (CN2/CN3) with a modified serial handler of ECU code

Changed:
<
<

Stock OBD1 ECUs have datalogging capability built-in as part of the standard on-board diagnostics. However, the serial port operates at a baudrate which is not standard for PC serial ports. I can't remember offhand what baudrate it actually is, and PCs may be capable of using it, but most of us who do OBD1 datalogging use code based off of Doc's original datalogging code (which contained a bug).

>
>

Stock OBD1 and OBD0 ECUs have datalogging capability built-in as part of the standard on-board diagnostics OBD. However, the serial port operates at a baudrate which is not standard for PC serial ports. I can't remember offhand what baudrate it actually is, and PCs may be capable of using it, but most of us who do OBD1 datalogging use code based off of Doc's original datalogging code (which contained a bug).


 <<O>>  Difference Topic DataLogging (r1.12 - 17 Apr 2005 - Home.drdisco69)
Changed:
<
<

>
>


 <<O>>  Difference Topic DataLogging (r1.11 - 11 Apr 2005 - Home.drdisco69)
Changed:
<
<

>
>


 <<O>>  Difference Topic DataLogging (r1.10 - 28 Mar 2005 - Home.blundar)
Changed:
<
<

Jim Truett's writeup is a pretty good overview of what is required to get a USB Nokia cable working with datalogging. See http://forum.pgmfi.org/viewtopic.php?t=1663 -- blundar - 25 Mar 2005

>
>

Jim Truett's writeup is a pretty good overview of what is required to get a USB Nokia cable working with datalogging. See Nokia Cable Datalogging -- blundar - 28 Mar 2005


 <<O>>  Difference Topic DataLogging (r1.9 - 25 Mar 2005 - Home.blundar)
Added:
>
>

Jim Truett's writeup is a pretty good overview of what is required to get a USB Nokia cable working with datalogging. See http://forum.pgmfi.org/viewtopic.php?t=1663 -- blundar - 25 Mar 2005


 <<O>>  Difference Topic DataLogging (r1.8 - 05 Feb 2005 - Home.markolson)
Added:
>
>

Thanks to taphonomist for finding a good site documenting USB to serial adapter cables. Check out http://pinouts.ru/. Here's the pinout for popular Nokia phones: http://pinouts.ru/data/nokia_pop_pinout.shtml -- markolson - 05 Feb 2005


 <<O>>  Difference Topic DataLogging (r1.7 - 01 Jan 2005 - Home.markolson)
Changed:
<
<

I've documented a how-to on Debugging Data Logging based on my debugging of the datalogging circuit in my JDM P30-901 ECU. -- markolson - 01 Jan 2005

>
>

I've documented a how-to on Debugging Data Logging based on the debugging of the datalogging circuit in a JDM P30-901 ECU. -- markolson - 01 Jan 2005


 <<O>>  Difference Topic DataLogging (r1.6 - 01 Jan 2005 - Home.markolson)
Added:
>
>

I've documented a how-to on Debugging Data Logging based on my debugging of the datalogging circuit in my JDM P30-901 ECU. -- markolson - 01 Jan 2005


 <<O>>  Difference Topic DataLogging (r1.5 - 29 Oct 2004 - Home.markolson)
Added:
>
>

Newer notebook computers have USB ports, but no serial ports. Here are detailed instructions on how to integrate a USBMOD3 datalogging circuit into your ECU. -- markolson - 29 Oct 2004


 <<O>>  Difference Topic DataLogging (r1.4 - 30 Jul 2004 - Lego Z81)

 <<O>>  Difference Topic DataLogging (r1.3 - 24 Mar 2004 - Home.badboypolar)
Added:
>
>

JDM P30 ECU's J12 = J4 (may apply to other JDM ecu's, Not sure)-- badboypolar - 24 Mar 2004


 <<O>>  Difference Topic DataLogging (r1.2 - 25 Feb 2004 - Home.blundar)
Changed:
<
<

See for more information on datalogging with OBD0 and [[OBD1? ECUs. This site contains ROMs for OBD0 and OBD1 ECUs and the ECUControl datalogging software.

>
>

See http://www.ecucontrol.com/ for more information on datalogging with OBD0 and OBD1 ECUs. This site contains ROMs for OBD0 and OBD1 ECUs and the ECUControl datalogging software.


 <<O>>  Difference Topic DataLogging (r1.1 - 23 Feb 2004 - Home.sideout)
Added:
>
>

%META:TOPICINFO{author="sideout" date="1077573613" format="1.0" version="1.1"}% Data logging refers to recording the conditions of a running engine. It normally happens using serial communication with the ECU

For more information on the serial port of an OBD1 ECU, see OBD1 CN2.

For more information on OBD0 ECU serial ports, see OBD0 CN3

Stock OBD1 ECUs have datalogging capability built-in as part of the standard on-board diagnostics. However, the serial port operates at a baudrate which is not standard for PC serial ports. I can't remember offhand what baudrate it actually is, and PCs may be capable of using it, but most of us who do OBD1 datalogging use code based off of Doc's original datalogging code (which contained a bug).

Below are several programs members have written for datalogging with ROMs using doc's modified serial handler.

  • ECUControl - The original PGMFI datalogging software, now expanded to cover both OBD0 & OBD1 on Windows (by Nicolas Mailloux?), Palm OS? (by Frederic Maheu?) , and soon Pocket PC?.
  • Cuddle - John Cui?'s OBD1 datalogging and RTP control software.
  • Turbo Edit - Jason Parker?'s OBD0 datalogging and off-line auto-tuning software.

If the outboard hardware does not support 5v TTL communication, a Serial Adapter will be needed.

See for more information on datalogging with OBD0 and [[OBD1? ECUs. This site contains ROMs for OBD0 and OBD1 ECUs and the ECUControl datalogging software.


{ View | Diffs | r1.14 | > | r1.13 | > | r1.12 | More }
Copyright © 2002-present by the contributing authors. All material on this collaboration platform is the property of the
contributing authors, and is covered by the Non-Commercial Share-Alike License unless explicitly stated otherwise.
Ideas, requests, problems regarding the PGMFI TWiki?? E-Mail the WikiAdmin
Site Designed By: Digital Fusion   Need a website?

Revision r1.1 - 23 Feb 2004 - 22:00 GMT - Home.sideout
Revision r1.14 - 24 Oct 2005 - 06:02 GMT - Home.markolson
%WEBCOPYRIGHT%