sending data from pc to pic 18f452 and display it on lcd

General discussion on mikroC.
Post Reply
Author
Message
jnnis
Posts: 1
Joined: 15 Feb 2011 22:00

sending data from pc to pic 18f452 and display it on lcd

#1 Post by jnnis » 28 Feb 2011 18:12

plz help, i want to send data from pc to pic 18f452 and display it on lcd 16x2 using micro c
if any one help me with the code

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

Re: sending data from pc to pic 18f452 and display it on lcd

#2 Post by slavisa.zlatanovic » 01 Mar 2011 14:30

Hi!
plz help, i want to send data from pc to pic 18f452 and display it on lcd 16x2 using micro c
if any one help me with the code
You can combine the UART and LCD examples distributed with the mikroC PRO for PIC compiler.
...\Examples\mikroC PRO for PIC.rar\Examples\Development Systems\EASYPIC6\

P.S.
We strongly encourage users to switch to PRO version because non-PRO version is an ancestor of PRO compiler
and is no longer being developed.
Every new feature, improvement and bug fix will only affect new versions of PRO compilers.
If you're a registered user you'll receive PRO license key free of charge.
Best regards
Slavisa

Radu86
Posts: 47
Joined: 11 Jan 2010 17:10
Location: Romania, Iasi

Re: sending data from pc to pic 18f452 and display it on lcd

#3 Post by Radu86 » 01 Mar 2011 14:36

How do you want to send the data? I mean, are you doing to write your code for accessing serial port and sending and receiving data, or do you have some other idea? On the pic part it is easy. You can use mE library for UART communication. The help files will give you everything you need.

Post Reply

Return to “mikroC General”