Results 1 to 15 of 20

Thread: Coming Soon: new obd-ii datastream tool

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,045

    Coming Soon: new obd-ii datastream tool

    so i just thought i'd take a minute to talk about a project i'm working on in case anyone wants to follow along.

    a bunch of people keep harassing me to help with building flash tools for obd-ii based platforms. one problem i have is i don't really own any obd-ii vehicles that i care about. another problem i've witnessed is that all the free obd-ii datalogging tools are total crap. the GM ecms have lots of advanced high speed datalogging features, and barely anything uses those features.

    anyway as you probably know i wrote flashhack, which works great for flashing the 'obd 1.5' era ECMs, but to be honest it's really hard to adapt to OBD-ii, because it lives in a world where you ask a question and receive an answer. in the obd-ii world, there could be lots of messages on the bus. also there are lots of different types of interfaces, and lots of different types of ECMs.

    i could write a lot of different subclasses in flashhack and maybe make it work, but every new thing would result in a ton of work, it wouldn't be maintainable. i started working on that but i got really BORED.

    so i decided to write a new tool that is a bit more generic, kind of like the tunerpro approach.

    the tool itself wont do much on its own, but rely on definition files for everything.

    imagine for a sec that tunerpro RTs ADX datastream macro thing was good enough to implement something like a flash tool, or a datalogging tool...but also good enough to implement the interface level stuff (ELM, obdxpro, AVT, even homemade tools.) so you wouldn't need a plugin to support something like an ELM interface.

    so that's what i'm trying to do right now

    i started writing a language that is really basic and fundamental to do all the things that are required, and making a compiler and execution routines for it.
    basically a language to manipulate input and output streams, and arrays.

    everything in it is centered around 8 bit arrays of data being shuffled between file(s) and a serial interface in various ways, and the design concept of 'send something and wait for possible replies'.

    here's the current status of it, everything in the language is currently implemented and working well enough http://fbodytech.com/misc/sdpl-language/

    i've implemented the language in a tool that i've proven is good enough to basically 'define' an ELM and obdxpro interface in a simple text file, which means pretty much any interface could be defined in this langauge.

    it loads files and can access segments in sequence, which means it does have the fundamentals of a reflashing routine including a kernel and a bin, but there's some more development to do in that area...... and of course a user interface for everything.

    more to come soon

  2. #2
    Fuel Injected! ralmo94's Avatar
    Join Date
    Feb 2020
    Posts
    774
    No need to re-invent the wheel. But we can make it better

  3. #3
    LT1 specialist steveo's Avatar
    Join Date
    Aug 2013
    Posts
    4,045
    oh. and it'll work with 8192 baud style stuff too.
    .... and i plan to implement custom controls in the scripts
    ........and also run multiple programs at the same time on the same datastream
    so an interested party could do all the stuff that eehack does with simultaneous control and logging..... but for any ecm
    hope it works out

  4. #4
    Fuel Injected! ralmo94's Avatar
    Join Date
    Feb 2020
    Posts
    774
    Baud 8192, does that mean $0D?
    No need to re-invent the wheel. But we can make it better

  5. #5
    Fuel Injected!
    Join Date
    Dec 2016
    Location
    Colorado
    Age
    39
    Posts
    120
    0D is 8192.
    I'm in for testing for ya Steveo! I've got some 0411 vehicles and various interfaces.

  6. #6
    Fuel Injected!
    Join Date
    Oct 2014
    Age
    76
    Posts
    27
    I wish I could be helpful,sounds like a great project.

Similar Threads

  1. $EE How to get MAF Hz in datastream
    By babywag in forum GM EFI Systems
    Replies: 8
    Last Post: 12-07-2016, 12:34 AM
  2. next build coming around now. 305 to 355
    By one92rs in forum GM EFI Systems
    Replies: 1
    Last Post: 05-25-2014, 06:03 AM
  3. Power coming out of my ECM grounds???
    By EagleMark in forum GM EFI Systems
    Replies: 8
    Last Post: 01-03-2014, 04:18 AM
  4. Why do I not have 5v coming from B12 (MAF Signal) at the ECM?
    By BurgerWorld in forum GM EFI Systems
    Replies: 50
    Last Post: 08-30-2013, 07:41 PM
  5. VE coming out way over 100
    By Mastiff in forum GM EFI Systems
    Replies: 144
    Last Post: 07-10-2012, 11:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •