Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Serial wideband with APSX wideband controller?

  1. #11
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    Save the output to a file and keep it handy.

  2. #12
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,487

    Default

    Quote Originally Posted by brentg454 View Post
    OK, I got a capture of the serial output from the APSX today with my car running (see picture below). Looks like a bunch of garbled ASCII. Any thoughts?
    The last row and a half of the "upside down F's" is engine off, key on.

    And the V2 does have blinking lights when it is hooked up, but none of the protocols seem to recognize the output. I do get Error 128 when selecting a couple of them however.

    Brent


    Attachment 20559
    If you have FlashScan hooked up and the orange RS232 LED* is flashing (i.e. it is receiving serial data) then you can "Save a COM Trace" and then look at the com trace using a hex editor such as "Hex Workshop".
    To save a COM Trace use the FlashScan menu option: F1 Scan Tool->F3 Scan Options->F4 Save COM Data

    * The RS232 LED is the orange LED second from the left.

    Regards
    Paul
    Before asking for help, please read this.

  3. #13
    Junior Member brentg454's Avatar
    Join Date
    Sep 2006
    Posts
    22

    Default

    Thank you Paul and Joe, I appreciate you guys taking the time to answer all my goofy questions. My V2 is definitely receiving the serial data; where I'm currently getting hung up is in how to interpret what it is giving me (and hopefully getting it to jive with Scan Tool so I can log it). After some more research, I am told that the serial output from the APSX is in raw bytes, which correlates to the AFR * 10. So for example, an output byte with an int value of 147 is equivalent to 14.7 AFR. Looking at the data from the screenshot I posted, this makes sense, as most of the displayed ASCII character int values from my steady-state idle are in the 142-152 range (14.2-15.2 AFR), and the output pegged out the limit of the WB controller at an ASCII int value of 190 with the engine off, key on (free air or 19.0 AFR). Hopefully I understand / explained that right, does that make sense?

    That being the case, can we somehow take the raw byte data that I'm getting from the serial port and just divide it by 10 to display and / or log AFR? Is it as easy as defining this in my Calc.pids file? It would be sweet if we can make this work with the V2 WB output display, but if that won't work I can live without it as long as I can still pass-through log it, which is 99% of what I do anyways. Thanks again for your help, and let me know if you need me to post a COM trace or any other info.

    Brent
    2000 C5 FRC, some stuff.
    2006 TBSS, more stuff.

  4. #14
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    936

    Default

    If it's that simple, the Guys might be able to update the v2 firmware/cal to work it out for you.

  5. #15
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,487

    Default

    Quote Originally Posted by brentg454 View Post
    Thank you Paul and Joe, I appreciate you guys taking the time to answer all my goofy questions. My V2 is definitely receiving the serial data; where I'm currently getting hung up is in how to interpret what it is giving me (and hopefully getting it to jive with Scan Tool so I can log it). After some more research, I am told that the serial output from the APSX is in raw bytes, which correlates to the AFR * 10. So for example, an output byte with an int value of 147 is equivalent to 14.7 AFR. Looking at the data from the screenshot I posted, this makes sense, as most of the displayed ASCII character int values from my steady-state idle are in the 142-152 range (14.2-15.2 AFR), and the output pegged out the limit of the WB controller at an ASCII int value of 190 with the engine off, key on (free air or 19.0 AFR). Hopefully I understand / explained that right, does that make sense?

    That being the case, can we somehow take the raw byte data that I'm getting from the serial port and just divide it by 10 to display and / or log AFR? Is it as easy as defining this in my Calc.pids file? It would be sweet if we can make this work with the V2 WB output display, but if that won't work I can live without it as long as I can still pass-through log it, which is 99% of what I do anyways. Thanks again for your help, and let me know if you need me to post a COM trace or any other info.

    Brent
    I'd really need to see the saved COM trace to see exactly which bytes are being transmitted. Unless/until we add specific support for that wide band then you wan't be able to log it using the serial interface.

    Regards
    Paul
    Before asking for help, please read this.

  6. #16
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    Quote Originally Posted by brentg454 View Post
    Thank you Paul and Joe, I appreciate you guys taking the time to answer all my goofy questions. My V2 is definitely receiving the serial data; where I'm currently getting hung up is in how to interpret what it is giving me (and hopefully getting it to jive with Scan Tool so I can log it). After some more research, I am told that the serial output from the APSX is in raw bytes, which correlates to the AFR * 10. So for example, an output byte with an int value of 147 is equivalent to 14.7 AFR. Looking at the data from the screenshot I posted, this makes sense, as most of the displayed ASCII character int values from my steady-state idle are in the 142-152 range (14.2-15.2 AFR), and the output pegged out the limit of the WB controller at an ASCII int value of 190 with the engine off, key on (free air or 19.0 AFR). Hopefully I understand / explained that right, does that make sense?

    That being the case, can we somehow take the raw byte data that I'm getting from the serial port and just divide it by 10 to display and / or log AFR? Is it as easy as defining this in my Calc.pids file? It would be sweet if we can make this work with the V2 WB output display, but if that won't work I can live without it as long as I can still pass-through log it, which is 99% of what I do anyways. Thanks again for your help, and let me know if you need me to post a COM trace or any other info.

    Brent
    Hi Brent,

    see Paul's post above where he said this:

    Quote Originally Posted by Blacky View Post
    If you have FlashScan hooked up and the orange RS232 LED* is flashing (i.e. it is receiving serial data) then you can "Save a COM Trace"...

    To save a COM Trace use the FlashScan menu option: F1 Scan Tool->F3 Scan Options->F4 Save COM Data

    * The RS232 LED is the orange LED second from the left....
    Paul wants to see the COM trace (it might have other protocol characters in addition to the raw values).

  7. #17
    Junior Member brentg454's Avatar
    Join Date
    Sep 2006
    Posts
    22

    Default

    Alright, finally got a COM trace (attached). Sorry it took so long, been out of pocket lately!
    Brent
    Attached Files Attached Files
    2000 C5 FRC, some stuff.
    2006 TBSS, more stuff.

  8. #18
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,487

    Default

    Quote Originally Posted by brentg454 View Post
    Alright, finally got a COM trace (attached). Sorry it took so long, been out of pocket lately!
    Brent
    Thanks, it appears that the serial data is indeed just single-byte, AFR values*10.
    I'll add support for it in a future update.

    Regards
    Paul
    Before asking for help, please read this.

  9. #19
    Junior Member brentg454's Avatar
    Join Date
    Sep 2006
    Posts
    22

    Default

    Quote Originally Posted by Blacky View Post
    Thanks, it appears that the serial data is indeed just single-byte, AFR values*10.
    I'll add support for it in a future update.

    Regards
    Paul
    That's great! Thank you so much for the support. Looking forward to the update.

    Brent
    2000 C5 FRC, some stuff.
    2006 TBSS, more stuff.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. AEM X-Series OBDII Wideband UEGO AFR Sensor Controller Gauge
    By Gelf VXR in forum General (Petrol, Gas, Ethanol)
    Replies: 206
    Last Post: July 24th, 2017, 07:58 AM
  2. Wideband Controller Poll
    By swingtan in forum General
    Replies: 90
    Last Post: September 24th, 2014, 03:31 PM
  3. serial wideband
    By pdasterly in forum FlashScan V2
    Replies: 3
    Last Post: October 6th, 2013, 06:57 PM
  4. FJO GENIII wideband controller
    By 67SS509 in forum General
    Replies: 6
    Last Post: May 20th, 2013, 03:12 AM
  5. serial wideband
    By articSS in forum Black Box Logging
    Replies: 11
    Last Post: December 19th, 2008, 06:04 AM

Posting Permissions

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