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_ERRORS

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



Joined: 18 Oct 2004
Posts: 41
Location: Newark, CA

View user's profile Send private message

RS232_ERRORS
PostPosted: Thu Aug 11, 2005 2:15 pm     Reply with quote

Can anyone point me to the documentation for the built in variables, in particular RS232_ERRORS? I searched the Forum, FAQ, Manual, .LST, and .H files and found bits & pieces, but nothing complete.

Thanks
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Aug 11, 2005 2:39 pm     Reply with quote

It's explained in the manual and the Help file.
However, CCS has written the explanation in short hand,
and it may be difficult to interpret. So I've re-written it below:

Explanation of the RS232_ERRORS variable:

When the hardware UART is specified by #use rs232():
• RS232_ERRORS is used only by the getc() function.
• RS232_ERRORS is a copy of the RCSTA register except
that Bit 0 is used to indicate a parity error.
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