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

problem on kbhit()

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



Joined: 30 Dec 2003
Posts: 1

View user's profile Send private message

problem on kbhit()
PostPosted: Tue Dec 30, 2003 8:20 pm     Reply with quote

I have problem using kbhit() on USART2 RG1 and RG2 on Pic18F6720, it just don't work, who have this problem before please help. but only getc() work but i need to have a time out on the getc().
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Dec 30, 2003 11:58 pm     Reply with quote

Did you assign a stream name for the 2nd USART, and then use
the stream as a parameter for kbhit ? Example:

#use RS232 (baud=9600, xmit=PIN_G1, rcv=PIN_G2, stream=COMM2)

main()
{
char c;

c = kbhit(COMM2);

while(1);
}
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