receive n transmit data between pc n pic18f2331 using uart
Posted: Wed May 08, 2013 7:57 am
How to reeceive and transmit data between pc and pic18f2331 using UART??
i know if using uart , need a programming to setup it~~ may i know how to write the programming ?? izit have a standard programming? because now i want receive and transmit data between pc and my pic18f2331 microcontroller with the medium is 3dr module wireless device~~~
can anyone can guide me?
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
Posted: Wed May 08, 2013 9:10 am
in your CCS manual, read about
#USE rs232 ..........
then apply standard C communications functions
like getc() putc()
printf() fprintf() etc
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum