CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Rs232 Hardware UART

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
dieter
Guest







Rs232 Hardware UART
PostPosted: Wed Aug 25, 2004 7:02 am     Reply with quote

Hello, how can i use the hardware uart in ccs for my PIC16f76? Is there any example-code for doing this??? This would be very helpful. THX
dyeatman



Joined: 06 Sep 2003
Posts: 1912
Location: Norman, OK

View user's profile Send private message

PostPosted: Wed Aug 25, 2004 8:28 am     Reply with quote

Here is an example setup:

#use RS232(baud=9600,xmit=PIN_C6,rcv=PIN_C7,PARITY=N,BITS=8)

Then use getc(), putc() and printf().....
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Wed Aug 25, 2004 10:52 am     Reply with quote

Check the examples that came with the compiler.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group