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

setup_uart

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



Joined: 19 Nov 2003
Posts: 30

View user's profile Send private message

setup_uart
PostPosted: Thu Aug 19, 2004 11:45 am     Reply with quote

were is info on setup_uart on the ccs site.
its new to the latest version, but i can't find any info.
many thanks
les
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Aug 19, 2004 11:54 am     Reply with quote

It's in the Readme.txt file, which is in this folder: c:\Program Files\Picc
Of course, if you don't have the latest version of the compiler installed
you don't get the readme file, and so you can't see the new features
that might make you want to upgrade. CCS ought to have more
detailed info on their versions page, but based on experience, that
is not likely to change. So here is the info from the Readme file:
(Note that this only affects chips with an Enhanced UART).

SETUP_UART now accepts the following new options for chips with the EUART H/W:

UART_AUTODETECT -
Waits for a 0x55 character and sets the UART baud rate to match.

UART_AUTODETECT_NOWAIT -
As above however the function returns before 0x55 is rcvd. KBHIT() will
be true when the match is made. A call to GETC() will clear the
character.

UART_WAKEUP_ON_RDA -
The UART will wake the PIC up out of sleep when RCV goes from high to low.
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