Results 1 to 10 of 104

Thread: BB Logging beta update: April 14, 2008

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #20
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by swingtan View Post
    Hi Guys,

    I have been playing with a TechEdge 2J1 WB unit and attempting to get the serial connection working with the V2. After some initial work to match everything up I was able to detect the controller and receive serial data from the 2J1. the data however is rather interesting.
    ...
    Any chance of including something in the next update?
    Simon.
    Can someone check my math on this:

    Given this:
    Lambda-16 is converted to Lambda as follows:
    if (λ16 < 36864)
    λ = ( λ16 / 8192 ) + 0.5
    else
    λ = 5.0 + ((λ16 - 36864 ) / 128)
    I want to calculate λ*1000, does the following math work?

    if (λ16 < 36864)
    λ = (λ16*8.192) + 500 (Edit, should be: λ = (λ16/8.192) + 500)
    else
    λ = 5000 + ((λ16 - 36864 )*7.8125 )
    Regards
    Paul
    Last edited by Blacky; April 22nd, 2008 at 04:43 PM.
    Before asking for help, please read this.

Similar Threads

  1. BB Logging beta update: April 26, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 121
    Last Post: July 19th, 2008, 04:44 PM
  2. BB Logging beta update: May 19, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 105
    Last Post: June 11th, 2008, 10:22 AM
  3. BB Logging beta update: May 12, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 45
    Last Post: May 27th, 2008, 09:01 AM
  4. BB Logging beta update: May 06, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 87
    Last Post: May 22nd, 2008, 10:57 AM
  5. BB Logging beta update: April 07, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 71
    Last Post: April 14th, 2008, 10:31 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
  •