Results 1 to 15 of 509

Thread: 1997 F-Body ECM

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected!
    Join Date
    Mar 2013
    Posts
    1,478
    I think obdx cable is a true hex with emulated elm compatability. WHich means you can configure it to send a message the way you want it.

    Maybe some 2-3 bytes header to specify message length and some instruction byte???

    Also as far as I know all cables handle the crc byte on hardware level. Maybe there is some settings that can show the crc onincoming on sure on outgoing messages.

    I guess your cable is transparent and arduino is just a gateway for communication.

    The elm comm speed can be easily reconfigured on boot up. Most are set to 38000 or 115000 as a default. You can make it user configurable or crawiling an ATZ message on different bauds till you get a response.

  2. #2
    Fuel Injected!
    Join Date
    Sep 2012
    Location
    Huntsville, AL
    Posts
    237
    Doublecheck me. I think the correct DVI format for an example ELM message is:

    ELM: DX SD 4C 10 F0 23 00 0E 00

    DVI: 10 XX 4C 10 F0 23 00 0E 00 YY where XX is message length, and YY is checksum.

    So the message length XX would be 07;

    and YY = 0x194; inverse = FFF-194 = E6B, so YY = 6B.

    Thus, DVI message is 10 07 4C 10 F0 23 00 0E 00 6B

    Am I doing this right?

Similar Threads

  1. 94-95 LT1 $EE Y-body vs. F/B-body PCM differences
    By johnny_b in forum GM EFI Systems
    Replies: 5
    Last Post: 01-15-2023, 02:41 PM
  2. Tuner Pro XDF 1999-2000 F Body + Y Body
    By john h in forum OBDII Tuning
    Replies: 33
    Last Post: 02-02-2020, 11:12 PM
  3. Replies: 31
    Last Post: 09-20-2018, 06:00 AM
  4. F-body engine install to B-body
    By serge_an in forum GM EFI Systems
    Replies: 4
    Last Post: 09-22-2016, 02:51 PM
  5. 95 F-body Fuel Pump with 95 B-Body Engine/Tank
    By EPS3 in forum GM EFI Systems
    Replies: 7
    Last Post: 09-19-2016, 02:40 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
  •