When reading information from a serial_port, it seems like I'm required to poll the port for data. Is it possible to receive asynchronous events when data is available, kind of like how TCP/IP works?

---------
Robert Dailey