160 Baud aldl scantool


Closed Thread
Results 1 to 29 of 29

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    31

    Default

    hi,
    please find attached file for published aldl display circuit using pic16f84 and lcd display u will find also attached assembly program if u can help cause i am not good in assembely to convert this program into picbasic ????
    Attached Files Attached Files

  2. #2
    skimask's Avatar
    skimask Guest

    Default

    Quote Originally Posted by ahmed_salah View Post
    please find attached file for published aldl display circuit using pic16f84 and lcd display u will find also attached assembly program if u can help cause i am not good in assembely to convert this program into picbasic ????
    I could help, but my time/effort cost more than FREE...

    However, if you attempt to convert this over to PBP yourself, and you have problems, I am absolutely sure that a number of people here on these forums would be more than happy to assist in the endeavour.

  3. #3
    Join Date
    Aug 2008
    Posts
    31

    Default

    so u will help me to do that or ????

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

    Default

    Quote Originally Posted by ahmed_salah View Post
    so u will help me to do that or ????
    I think skimask's point is the folks on this forum will help answer specific questions but can't do the work for you.

    If you want the work done for you some member are willing to do it but they will charge for their services.

  5. #5
    Join Date
    Aug 2008
    Posts
    31

    Default

    and how much that will cost

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default

    I don't think you'll find anyone to convert that program.
    It's the absolute worst ASM program I've ever seen.

    Code:
    Label_0045  MOVLW   0x20
    Label_0046  MOVWF   0x1C
                MOVF    0x18      , W
                ANDLW   0x0F
                ADDLW   0x30
                MOVWF   0x1B
                RETLW   0x00
    Label_0029  MOVF    0x1C      , W
                CALL    Label_0003
                MOVF    0x1D      , W
                CALL    Label_0003
                MOVF    0x1E      , W
                CALL    Label_0003
                MOVF    0x1F      , W
                CALL    Label_0003
                RETLW   0x00
    Label_0031  MOVLW   0x04
                GOTO    Label_0047
                MOVLW   0x03
    Label_0047  MOVWF   0x12
    Label_0048  BCF     STATUS    , C
                RRF     0x15      , f
                RRF     0x16      , f
    No comments, numbered labels, yuck!

    I doubt that it could be converted without extensive knowlege of the protocol.
    And if they already knew the protocol, it would be easier to just rewrite it from scratch.

    DT

  7. #7
    Join Date
    Aug 2008
    Posts
    31

    Default

    thanks for your trying there are another ones do not want to help at all ???

  8. #8
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default

    Here is what you do.

    Forget about the assembly, most likely will not work for you.
    From the zip you provided.
    I have tested this only with 1227747 ECM but it should work also with other 160 baud units after you have verified / altered ALDL data stream decoding to match with your application.
    You can blink an LED and make a LCD work. Learn about serial communications and write you own code. Then you can say that PBP paid for its self.

    Seems like the trick is in finding the protocol.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. PIC 18f1220 EUSART Baud Rate Cache Problem
    By wklose99 in forum Off Topic
    Replies: 3
    Last Post: - 15th April 2008, 00:39
  3. Auto Baud Rate Detection
    By mytekcontrols in forum Serial
    Replies: 10
    Last Post: - 31st October 2005, 02:17
  4. PIC12F675, accuracy of baud rate with Internal Oscillator
    By Chris Mayhew in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 31st August 2005, 22:41
  5. Baud Rate and Timing Calculator
    By picnaut in forum General
    Replies: 3
    Last Post: - 23rd January 2004, 16:48

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