Can't get LCD to work with 16F88


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    You're very welcome. Glad I could help.

    < can't find anything on DECx except for in the reserved word list

    DEC isn't a PBP command. It's what's referred to as a "data modifier", and you'll see it in the manual under the LCDOUT, SERIN2, etc, commands.

    If you're using the TXLC/RXLC modules, just remember to hold the transmitter data input at logic 0 during idle periods.

    These modules are CPCA (carrier present, carrier absent), and super easy to use.

    You're simply turning the transmitter carrier ON with logic 1, and turning it OFF with logic 0. Think of the logic on the transmitter data input as an ON/OFF switch.

    The receiver just reflects the same logic states on its data output. TX input = 1, carrier = ON, RX output = 1. TX input = 0, carrier = OFF, RX output = 0. Doesn't get much easier.

    Very stable receiver output, and incredibly simple to use.

    Enjoy...;o]
    Last edited by Bruce; - 5th September 2004 at 05:09.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  2. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  3. 16f88 can't get lcd to work
    By nicjo in forum General
    Replies: 12
    Last Post: - 13th December 2006, 02:20
  4. Why doesn't my code for 18f452 work on 18f252?
    By senojlr in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 23rd December 2005, 02:42
  5. 4 line LCD with 16F88
    By anj in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 7th February 2004, 09:06

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