what is the problem vith pic or LCD...


Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Mar 2006
    Location
    Ankara -Turkey
    Posts
    27

    Default what is the problem vith pic or LCD...

    Hi every one.
    I finished below project for counting. Define as folows.But not work.
    I use Pic 18F4520 4 MGZ osc.

    please look at attachment for LCD wiring



    'Define LCD connections
    Define LCD_DREG PORTD
    Define LCD_DBIT 4
    Define LCD_RSREG PORTD
    Define LCD_RSBIT 0
    Define LCD_EREG PORTD
    Define LCD_EBIT 1
    DEFINE LCD_BITS 4
    DEFINE LCD_LINES 4
    DEFINE LCD_RWREG PORTE
    DEFINE LCD_RWBIT 2
    ........
    ..........
    giris:
    LCDOUT $FE,1,"::::: drft :::::"
    LCDOUT $FE,$C0,"adsert "
    LCDOUT $FE,$94,"dfgtr"
    Pause 500
    LCDOUT $FE,$D4,"...SISTEM HAZIR..."
    SOUND PORTD.2,[100,50,50]
    Pause 500
    low PORTD.2
    ......
    .....
    .....

    any idea?
    Thanks
    Attached Images Attached Images  
    Birbirimize yardım için buradayız.
    We are here to help each other....

Similar Threads

  1. PIC16F88 HSERIN to LCD Problem
    By robbrownuk in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 6th June 2009, 22:32
  2. PIC HSERIN problem
    By shaiqbashir in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 20th July 2008, 11:08
  3. assembly in Pic
    By lerameur in forum Off Topic
    Replies: 11
    Last Post: - 1st May 2008, 20:06
  4. LCD black blocks problem.
    By muddy0409 in forum General
    Replies: 2
    Last Post: - 17th February 2007, 17:36
  5. Replies: 5
    Last Post: - 20th March 2006, 01:34

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