no text on LCD


Closed Thread
Results 1 to 31 of 31

Thread: no text on LCD

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    cheers mister e, just found out it was a problem with my code as i am fairly new to it, but i went over my circuit with a fine tooth comb, litteraly,
    using a magnifying glass i was able to just make out a solder bridge between pin 6 and the data lines next to it which are grounded, therefore was not getting a signal. this will have only happend after i grounded them as mel said in an earlier post, as they had not been toutched previousley.

    cheers every one for your help and for putting up with me.
    dont worry i aint running away, ill be back soon to annoy every one again, haha

    does any one know any sites with information on so i can learn how to program more in that language?

    thanx
    Last edited by Dj tempo; - 20th June 2007 at 19:22.

  2. #2
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Glad to hear you resolved the issue.

    When you say that language do you mean PicBASIC pro like
    Code:
    High BlinkyLED				' Set LED pin High
    	Pause 1000				' Wait one Second
    
    	LCDOUT "Hello Dj tempo"			' Write message
    	Low BlinkyLED				' Set LED pin Low
    	Pause 1000				' Wait one Second
    or do you mean Assembly code like
    Code:
    RRF	Send_bit, F
    	BTFSC	STATUS, C		; Test Carry if 1 then set output
    	BSF	OUTPUT
    	BTFSS	STATUS, C		; Test Carry if 0 then clear output
    	BCF	OUTPUT
    	BSF	Send_Count, 6
    	GOTO	Del_232
    If its PicBASIC have a look at http://www.crownhill.co.uk/product.php?prod=17
    http://www.mecanique.co.uk/products/compiler/pbp.html
    or for examples and more reference
    http://www.rentron.com/PicBasic/prod...CBASIC-PRO.htm

    Hope that helps

  3. #3
    Join Date
    Jun 2007
    Posts
    19


    Did you find this post helpful? Yes | No

    Default

    cheers m8,
    i like the look of Pic bsic more as i find it easier to understand, so will be continuing in this language.

Similar Threads

  1. Replies: 2
    Last Post: - 5th November 2009, 17:07
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. LCD issue with EasyPIC5
    By manwolf in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 15th June 2008, 09:17
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

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