Help LCD


Results 1 to 5 of 5

Thread: Help LCD

Threaded View

  1. #1
    Join Date
    Jan 2005
    Location
    Puerto Rico
    Posts
    133

    Exclamation Help LCD

    My Controler (Pic18f2620)
    I am Sending Data from one Pic to my LCD with Other Pic but is no Working..

    SerOut LCDScreen, T9600,[LCDCmd,LCDLine1," TEST "]

    ------------------------------------------------------------------------------
    is not displaying nothing

    LCD Code (pic16f688)

    INCLUDE "modedefs.bas"
    OSCCON=$70
    DEFINE OSC 8
    define LCD_DREG PORTC
    DEFINE LCD_DBIT 0
    DEFINE LCD_RSREG PORTA
    DEFINE LCD_RSBIT 5
    DEFINE LCD_EREG PORTA
    DEFINE LCD_EBIT 0
    DEFINE LCD_BITS 4
    DEFINE LCD_LINES 2
    DEFINE LCD_COMMANDUS 2000
    DEFINE LCD_DATAUS 50
    BO VAR byte

    ANSEL=0
    CMCON0=7
    LOW PORTA.4
    LCDOUT $FE,1,"LCD 2.0v" (Work ok)
    pause 500
    HIGH PORTA.2 'Back LED
    LCDStart:
    serin PORTC.5,T9600,BO (no Wotk)
    lcdout BO
    goto LCDStart
    Last edited by jetpr; - 27th April 2008 at 17:54.
    My Hobbies is PicBasic PRO

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. LCD Problem
    By karenhornby in forum General
    Replies: 3
    Last Post: - 19th June 2008, 11:43
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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