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

Can anyone interpret me about #use rs232(........)

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



Joined: 08 Apr 2010
Posts: 4

View user's profile Send private message

Can anyone interpret me about #use rs232(........)
PostPosted: Thu Apr 22, 2010 2:46 pm     Reply with quote

Code:
#use rs232(baud=9600, xmit = PIN_C6, rcv = PIN_C7, parity = N, bits = 8)
#use rs232(uart1, baud = 19200, Enable = EPIN, stream = Remote, DISABLE_INTS)
#use rs232(DEBUGGER, baud = 19200, stream = Debug, DISABLE_INTS) 
#use rs232(baud=38400, xmit=PIN_C6, rcv=PIN_C7, stream=PC, FORCE_SW)


I need to know what is all of parameters in rs232 mean ?

And if i want 2 PIC communicate through serial bus, what should I do ?

Could you tell me, plz .
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Apr 22, 2010 2:53 pm     Reply with quote

Download the CCS manual. The parameters are all explained in the
#use rs232 section:
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf
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