LCD SEROUT2 help


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,623


    Did you find this post helpful? Yes | No

    Default Re: LCD SEROUT2 help

    Hi,
    How do i display the tag number with serout2 command to an LCD 2x16?
    You don't..... you use LCDOUT. If you had a serial LCD (or back-pack) then you'd use SEROUT but since you have the LCD wired to your PIC in parallel 4-bit mode mode you use LCDOUT just like you're already doing in the code. And the STR modifier works with LCDOUT as well
    Code:
    LCDOUT $FE,$C0, "Tag: ", STR buf
    /Henrik.

  2. #2
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: LCD SEROUT2 help

    DEar Mr. Henrik,

    i will try and let you know in a bit.

    Regards,

    P.S.

    i DID IT!!!!!!!!!!!!!

    thanks a lot!!!!!!! thanks thanks. i didnt know that is so easy.

    Now i have a tag nubmer dipslayed in LCD 2x16.

    thank you very much for your help.
    Last edited by astanapane; - 5th June 2011 at 14:00.

  3. #3
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: LCD SEROUT2 help

    hi all again,

    this is the video from the code above.

    thanks Henrik for helping me to complete my code.


Similar Threads

  1. Serout and 18F87J50
    By Glenn_Webber in forum Serial
    Replies: 8
    Last Post: - 20th November 2009, 15:26
  2. SLOW Serin2 and Serout2
    By dragons_fire in forum General
    Replies: 3
    Last Post: - 26th June 2009, 03:38
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 17:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 27th June 2007, 00:07
  5. Gps with 16f628
    By dragons_fire in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 8th June 2006, 04:38

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