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

PC-to-PIC communication command

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



Joined: 23 Jan 2007
Posts: 5

View user's profile Send private message

PC-to-PIC communication command
PostPosted: Mon May 28, 2007 2:19 am     Reply with quote

what is the command to send data from PC to PIC using rs232?

I know we can use printf and putc to read from PIC to PC. What about the opposite?

thank you
inservi



Joined: 13 May 2007
Posts: 128

View user's profile Send private message

PostPosted: Mon May 28, 2007 3:03 am     Reply with quote

Hello,

Code:

I know we can use printf and putc to read from PIC to PC. What about the opposite?


I suppose that you mean 'printf and putc to write from PIC to PC' ?

For read serial input you can use :
value = getc()
value = fgetc(stream)

and :
kbhit() for know if some data are coming in.

Best regards,
dro
_________________
in médio virtus
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