LCD orders


Closed Thread
Results 1 to 4 of 4

Thread: LCD orders

  1. #1
    Join Date
    Feb 2006
    Location
    france
    Posts
    47

    Default LCD orders

    Hello


    I try to understand the routine that runs a serial lcd.
    Thank you


    SEROUT2 PORTA.2,32,[$A3,$0C]
    PAUSE 5
    SEROUT2 PORTA.2,32,[$A3,$0C]
    PAUSE 5
    SEROUT2 PORTA.02,32,[$A3,$01]
    PAUSE 10
    SEROUT2 PORTA.2,32,[$A2," hello",$00]



    SEROUT2 PORTA.2,32,[$A3,$0E]
    PAUSE 5
    SEROUT2 PORTA.2,32,[$A3,$01]
    PAUSE 10
    SEROUT2 PORTA.2,32,[$A2," reade",$00]
    PAUSE 5
    SEROUT2 PORTA.2,32,[$A1,$06,$01]
    PAUSE 5

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


    Did you find this post helpful? Yes | No

    Default

    The "32" sets the baud rate at 19200, output DRIVEN, TRUE, and parity "NONE".
    [$A3,$0C] Are commands.
    $A3 = 163 Maybe move the cursor over, seems large though. How big is the display?
    $0C = 12 Should be cursor OFF.

    Do you have the data sheet for the display?
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Feb 2006
    Location
    france
    Posts
    47


    Did you find this post helpful? Yes | No

    Default Lcd

    http://www.lextronic.fr/P51-afficheu...o-eclaire.html

    Hello


    I find it is in french and on page 7

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


    Did you find this post helpful? Yes | No

    Default

    Yep, what I can make out those are special commands, but ...

    Maybe Alan will see this and be able to help you...
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Is this code not initialising the LCD properly?
    By Platypus in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 30th January 2010, 19:14
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

Members who have read this thread : 1

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