Click here to Skip to main content
15,887,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi!
i have a micro-controller that send serial data to computer via rs232.
i can use threads to work with rs232 port. but i want that when serial buffer of computer fulled, the program interrupted and went to receive data. and if there were no data on rs232, the program don't go to that function or routine to find if there is any data on rs232 or not. in other words, i want a simulation of interrupts in micro-controllers in computer. how can i do?
thanks all.
Posted

1 solution

You may have a look at Communication Events[^].
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900