Reading COM port - Attaching an event or interrupt for arrival of new data?

P

Per

Instead of polling the read function connected to a COM port to see
if new data has arrived it would be nice to get an event (interrupt)
when new data arrives.

Is this possible?
 
H

Howard

Per said:
Instead of polling the read function connected to a COM port to see
if new data has arrived it would be nice to get an event (interrupt)
when new data arrives.

Is this possible?

COM ports and interrupt events are not topical in this newsgroup, since they
are not part of the standard C++ language. You'll need to ask in a
newsgroup that addresses your particular platform (such as a windows
newsgroup).

-Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top