LCD Serout


Results 1 to 10 of 10

Thread: LCD Serout

Threaded View

  1. #8
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Is the Test mode work?

    If so, set it to 2400 Bauds,, reset the LCD module and try...
    Code:
    ADCON1=7
    CMCON=7
    HIGH PORTA.5
    PAUSE 500
    
    SEROUT PORTA.5,4,["Hello"]
    Z: goto Z
    AND this one
    Code:
    ADCON1=7
    CMCON=7
    
    DEFINE DEBUG_REG PORTA
    DEFINE DEBUG_BIT 5
    DEFINE DEBUG_BAUD 2400 
    DEFINE DEBUG_MODE 0
    
    HIGH PORTA.5
    PAUSE 500
    
    debug "Hello"
    Z: goto Z
    If i refer to their datasheet and the code example, it must be driven TRUE.

    Wich osc speed are your using?
    Last edited by mister_e; - 2nd December 2006 at 21:25.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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. Serout to serial servo
    By azmax100 in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 12th August 2009, 16:46
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. LCD with serout command
    By azispn99 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 6th April 2006, 13:08

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