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 CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: same RS232 (hardware) at different speed
enrico

Replies: 3
Views: 3695

PostForum: General CCS C Discussion   Posted: Mon Mar 17, 2008 7:40 am   Subject: THANKS !
Simply, BIG thanks ! Very Happy

it works perfetcly

Have a nice day !
Enrico
  Topic: same RS232 (hardware) at different speed
enrico

Replies: 3
Views: 3695

PostForum: General CCS C Discussion   Posted: Mon Mar 17, 2008 6:22 am   Subject: same RS232 (hardware) at different speed
Kindly ask help to use the same RS232 at different speed Sad

this code:

while(1)
{
#use rs232(baud=19200,xmit=TXSER_A,rcv=RXSER_A,parity=N,bits=8)
putc(0x0f);
delay_ms(2);
#u ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group