having problems with Hantronix 20x4 lcd


Results 1 to 17 of 17

Threaded View

  1. #2
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Could be a timing problem. Write a program to verify your configuration settings.

    With the code below you should see the light of the LED 60 times in 1 minute.
    Just count and check your watch. (The LED is ON for 500 ms and OFF for 500 ms).

    Best regards,

    Luciano


    Code:
            Low PORTB.0    ' Turn off LED connected to PORTB.0
    
    
    loop:   Toggle PORTB.0  ' Toggle the LED connected to PORTB.0
            Pause 500       ' Delay for 500 milliseconds
            Goto loop       ' Go back to loop and blink LED forever
    
            End

    (Connection schematic, see the LED and the 470 ohm resistor)

    Last edited by Luciano; - 18th December 2005 at 08:15.

Similar Threads

  1. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  2. Pic18f452 with 20x4 LCD Help
    By djmachine in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 6th November 2008, 22:43
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  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 20X4 connect with DS1820
    By jojokatada in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 9th March 2005, 11:04

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