LCD / PC question


Results 1 to 11 of 11

Threaded View

  1. #1
    Join Date
    May 2007
    Location
    Area 71
    Posts
    52

    Exclamation LCD / PC question

    I tried to connect my PIC to PC

    LCD shows value exactly as the reading ( 0 to 255 ), but the terminal program shows a 2 bytes combination ( 0 / 0 to 255 / 255 )

    For example : at reading 0, LCD shows 0 and terminal shows 0 0,
    at reading 255, LCD shows 255 and terminal shows 255 255,

    How to make both display the same reading - I want PC terminal displays the same reading as LCD (0 to 255 )? Thank you

    Code:
    main:
    adcin 0,reading
    lcdout $Fe,1,"   value:    "
    LCDOUT $FE, $C0, dec reading
    pause 50
    hserout [reading]
    pause 50
    goto main
    Last edited by luminas; - 23rd August 2008 at 10:02.

Similar Threads

  1. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  2. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  3. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. Dedicated LCD Controller question
    By chuckles in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 27th February 2006, 14:44

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