serial LCD 1602 Backpack using PIC16F690 for Hitach HD44780


Results 1 to 40 of 60

Threaded View

  1. #3
    Join Date
    Feb 2022
    Posts
    78


    Did you find this post helpful? Yes | No

    Default Re: serial LCD 1602 Backpack using PIC16F690 for Hitach HD44780

    final code update in "16F690 LCD BACKPACK"
    the low rs and high rs lines are not needed, since it control PortA.0 and not the HD44780 chip.


    elseif b1 = 255 then
    ' low rs ' LCD Command
    serin2 Portb.5,baudr,3,main,[b1]
    if b1 = 0 then
    low porta.0 ' Back Light OFF
    ' high rs
    endif
    if b1 = 8 then
    high porta.0 ' Back Light ON
    ' high rs
    endif
    Last edited by jackberg1; - 28th September 2025 at 20:27.

Similar Threads

  1. Using 16F1503 as Serial LCD Backpack
    By elec_mech in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 11th March 2015, 20:58
  2. 16F877A and LCD HD44780
    By epilot in forum mel PIC BASIC Pro
    Replies: 38
    Last Post: - 1st November 2013, 19:17
  3. FREE Serial LCD Backpack Board
    By rmteo in forum Off Topic
    Replies: 36
    Last Post: - 29th July 2010, 03:32
  4. Lcd Hd44780
    By alaaodeh in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 6th February 2007, 15:04
  5. LCD 4x20 HD44780
    By inteco in forum mel PIC BASIC
    Replies: 13
    Last Post: - 27th June 2006, 17:52

Members who have read this thread : 13

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