Serial LCD is Killing Me! Just garbage


Results 1 to 8 of 8

Threaded View

  1. #2
    Join Date
    Dec 2003
    Location
    Wichita KS
    Posts
    511


    Did you find this post helpful? Yes | No

    Default

    Hello MSLaney,

    MSLKaney>>pause 1000 ' wait for the LCD to startup

    serout PortB.2,4,[$FE,$01] ' clear the screen<<

    I notice you are using SEROUT, instead of LCDout.... I am assuming that you are using some kind of Serial LCD....

    Many LCD's have to be initialized before they will work...

    LCDout does this automatically for you....
    SEROUT does NOT!!!


    Thus, make up your mind... either use LCDout, and let PBP do all the work for you (but this also means you must use at least 4 pins for data, and a few others for Command/Data, Clock, etc.

    Or using a serial backpack type LCD... you may need to initalize manually and do the overhead yourself.



    Try sending a Dec 13 to your LCD to "Initialize" it ok??? Then try writing to it...

    serout PortB.2,4,[13] ' Initialize LCD

    or

    serout PortB.2,4,[$0D] ' Initialize LCD

    Dwayne
    Last edited by Dwayne; - 21st June 2005 at 17:55.
    Ability to Fly:
    Hurling yourself towards the ground, and missing.

    Engineers that Contribute to flying:
    Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute

    Pilots that are Flying:
    Those who know their limitations, and respect the green side of the grass...

Similar Threads

  1. LCD serial backpacks
    By Archangel in forum Serial
    Replies: 67
    Last Post: - 30th December 2010, 04:51
  2. Please help with EDE702 - Serial to LCD interface
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th October 2008, 02:48
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Serial LCD
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 15th November 2007, 08:31
  5. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07

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