lcd display

Post your requests and ideas for the mikroElektronika website & forums.
Post Reply
Author
Message
ummi
Posts: 3
Joined: 11 May 2010 02:22

lcd display

#1 Post by ummi » 11 May 2010 09:48

hi,
i'm currently working on a wireless sensor network using PIC16F886, XBEE and also LCD. my problem are, i need to display the data that have been received from the sensor node in LCD.can any out give me any suggestion? here i provide u with the tx and also rx code.
TX code:

Code: Select all

@ device hs_osc
define osc 20

main:
high portb.0
serout2 portb.2,84,["A"]
pause 200
low portb.0
pause 200
goto main
RX code:

Code: Select all

@ device hs_osc
define osc 20
dta var word
main:
high portb.0
pause 50
serin2 portc.7,84,[wait("A"),dta]
pause 50
serout2 portc.6,16468,[dta]
low portb.0
pause 50
goto main
tq

User avatar
slavisa.zlatanovic
mikroElektronika team
Posts: 1321
Joined: 07 Apr 2009 09:39

Re: lcd display

#2 Post by slavisa.zlatanovic » 12 May 2010 09:34

Hi!

You're off topic in so many ways.
Obviously, this is not the mikroBasic code and this is also wrong place to post questions concerning your projects.

Regards
Best regards
Slavisa

Taofiq
Posts: 2
Joined: 23 Jan 2012 10:46

Re: lcd display

#3 Post by Taofiq » 23 Jan 2012 11:17

Dear. .

I'm a new user of Easy V7. I'm using PIC 16F887A, I load a LedBlinking.hex file, software show successful. but I can't run it. Is there any jumper stating to rum the chip on board?

Please give me a instruction for jumper sating.

Thanks

Taofiq

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: lcd display

#4 Post by janko.kaljevic » 24 Jan 2012 10:51

Hello,

Please can you be more specific about controller that you use.
Is it PIC16F887 or PIC16F877A?

Proper switch settings for LED blinking program on EasyPIC7 is SW3.1, 3.2, 3.3, 3.4 ON and all other OFF.

Best regards.

Post Reply

Return to “Website & Forums Wishlist”