Melabs Serial LCD


Closed Thread
Results 1 to 6 of 6
  1. #1

    Default Melabs Serial LCD

    I've done this before but its been awhile since I've used this LCD. I am sending this out serially from a 16f628a, I can't remember how to use the modifier to display the value in decimal.
    here is a clip:
    Serout serpinout,N9600,[$fe,$80,#resistor5,"resistor5"]


    Thanks

  2. #2
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271

    Default

    Serout serpinout,N9600,[$fe,$80,dec resistor5,"resistor5"]

  3. #3

    Default

    Thanks for the help.

  4. #4
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271

    Default

    The HELP file does wonders!

  5. #5

    Default

    Did you mean intead of Serout serpinout,N9600,[$fe,$80,dec resistor5,"resistor5"]
    Serout2 serpinout,N9600,[$fe,$80,dec resistor5,"resistor5"]
    if I use the first one I received Bad Expression.

    Which help file? The PBP manual or the SLCD?

    Many thanks

  6. #6
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271

    Default

    If you want PBP to convert your byte value into a string of text for the lcd to display, then you need to read the PBP help file to learn how.

    it's the
    dec variable
    that turns the variable into a decimal printout, a string of text.

Similar Threads

  1. LCD serial backpacks
    By Archangel in forum Serial
    Replies: 67
    Last Post: - 30th December 2010, 04:51
  2. Please help with EDE702 - Serial to LCD interface
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th October 2008, 02:48
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Serial LCD
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 15th November 2007, 08:31
  5. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07

Members who have read this thread : 1

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