18F87K22 Port B Digital


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    Sydney, Australia
    Posts
    172


    Did you find this post helpful? Yes | No

    Default Re: 18F87K22 Port B Digital

    You should also note that the PBP manual states ""a program should wait for up to half a second before sending the first command to an LCD. It can take quite a while for an LCD to start up."

    I recently wasted an entire evening learning (the hard way) just how long it can take for an LCD to start up!

    Change your line
    Pause 10 ' Wait for LCD to startup

    to

    Pause 500 ' Wait for LCD to startup

    and see how it goes.

    Cheers
    Barry
    VK2XBP

  2. #2
    Join Date
    Sep 2005
    Posts
    53


    Did you find this post helpful? Yes | No

    Default Re: 18F87K22 Port B Digital

    Thanks All - Worked like a charm!, I now know to set Config Bits..;-)

Similar Threads

  1. 18F87K22 & extended memory in PBP3
    By longpole001 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 9th November 2013, 06:45
  2. 18F2520 - problem configuring fuse for port B as digital port.
    By hwhisperer in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 11th October 2010, 11:41
  3. Replies: 5
    Last Post: - 16th October 2009, 18:29
  4. LCD R/S works on Port A but not Port B
    By TDonBass in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 10th February 2009, 12:41
  5. Duplicating port input to port output
    By lwindridge in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th April 2004, 21:43

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