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: replace built in rs232(), getc() and putc() functions
Grokiff

Replies: 2
Views: 7233

PostForum: General CCS C Discussion   Posted: Tue Mar 31, 2015 8:20 am   Subject: replace built in rs232(), getc() and putc() functions
Hi,

I try to replace the built in #use rs232(), getc() and putc() functions

my rs232() looks like :
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7);

Regarding the PIC datasheet, I've started ...
  Topic: INT_EXT on B0
Grokiff

Replies: 2
Views: 7076

PostForum: General CCS C Discussion   Posted: Wed Mar 25, 2015 9:31 am   Subject: INT_EXT on B0
Hi,

I've got an interrupt on B0 H_TO_L as follow :


#define ETOR PIN_B0

void init_etor_int()
{
ext_int_edge(H_TO_L);
enable_interrupts(INT_ ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group