capture/repeat data ?


Closed Thread
Results 1 to 40 of 45

Hybrid View

  1. #1
    Join Date
    Mar 2004
    Posts
    92

    Default capture/repeat data ?

    Hi,
    Is it possible to capture 1 small part of serial data to a pic or eprom ?

    I would then like to program the pic to re-transmit it at a different time of my choosing.

    Thanks for any advice.

  2. #2
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517

    Smile

    YES (you haven't given much detail so it is hard to answer in more detail - what are you trying to do?
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

  3. #3
    Join Date
    Mar 2004
    Posts
    92

    Default

    Thanks Paul,

    What I would like to do is to be able to record a part of the data sent in my GM vehicle when, for example, you press window down and be able to repeat that at any time. Such as when I press window down on the driver door, it would also make all the windows go down. This is just an example.

    GM uses one data wire running to all modules, when you press passenger window down, it sends data on this wire to the module in the passenger door, this module then activates the window motor. As far as I can determine, the data is called Class II and is sent at approx. 10.4 kbs.

    I've hooked my o-scope up to this wire and can see the data sent.

    Thank you

  4. #4
    Join Date
    Jun 2005
    Location
    Wisconsin
    Posts
    382

    Default

    It sounds like OBDII VPW.

    You may want to think about getting an OBDII to Serial converter and testing with a PC first. I have made several interfaces between these networks and pics. I find it easier to use a converter chip instead of dealing with the protocol myself.

    Check out the following for more information.

    This company makes the OBDII to serial chips:
    www.elmelectronics.com

    This company makes assembled units but also publishes pcb's and schematics for personal use:
    www.scantool.net

    If you want to do it yourself onboard, read the following it talks about VPW and all of its timing requirements:
    http://www.circuitcellar.com/adverti...auge%20fuel%22

    Let me know if you have more questions.

  5. #5
    Join Date
    Mar 2004
    Posts
    92

    Default

    Hey DynamoBen,

    "It sounds like OBDII VPW"

    I'm 99% sure that it is.

    Thanks alot, I just hooked my old laptop serial input to the vehicle data line and ground (RX to data line and Ground to vehicle ground). I used fogsoft serial recorder to record the unlock and that worked. It recorded a line that appears to be ASCII ???

    I'll check out the links you posted. Is it possible to use the laptop to TX this recorded data back to the vehicle's data wire? (Just to see it work)

    Thanks again!

  6. #6
    Join Date
    Jun 2005
    Location
    Wisconsin
    Posts
    382

    Default

    If it truly is VPW what you did shouldn't have worked. With VPW pulses are a specific width and occur on either the +7 side or 0. It alternates High Low and the length of time gives you the data bit either 0 or 1. It should not show up as ASCII, although the computer may think it is. What voltage is the line? VPW is around 7V according to the spec. If it is VPW, and I'm 99.9% sure it is, then you would need to have the serial to VPW convert chip that elm makes to transmit and receive messages.

    You may also want to check out Serial Device Check, its what I use:
    http://www.hackconsulting.com/download.html
    Last edited by DynamoBen; - 3rd September 2006 at 19:27.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Read/Write Problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 10th February 2010, 01:51
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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