Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RS232 Interrupt on CCS C

Status
Not open for further replies.

glenjoy

Banned
Advanced Member level 3
Joined
Jan 1, 2004
Messages
962
Helped
72
Reputation
146
Reaction score
20
Trophy points
1,298
Location
Philippines
Activity points
0
ccs rs232 interrupt

I want to implement a serial routine in my program; it is getting a character from the serial port, now while waiting for the incoming serial data, I still want to monitor some important event outside my microcontroller, how to implement this w/o this:


main

{
char x;
while(1)
x = getc();
...........
..........

}

Because as far as I know the program will stop at at getc() and will wait for an input before it will got to the next line.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top