The ASYNC physical device driver supports SNA Generic Alerts by generating
Error Alerts, as defined under the OS/2 Logging Facility. Alerts are generated
by the ASYNC driver whenever the OS/2 Logging Facility is enabled by the
user at system initialization time.
Alerts may be generated only while the COM port is open and is processing
a Write request (transmitting data). Write Timeout mode must be normal.
(If Infinite Timeout mode is enabled, timeouts do not occur.) Error Alerts
can be generated only when a Write Timeout occurs while waiting for:
- CTS to be asserted, when Transmit is disabled because
CTS is inactive. The Output Handshaking Using CTS mode must be enabled for
this alert-generating condition to occur. This mode is enabled by default
in the physical ASYNC device driver.
- DSR to be asserted, when Transmit is disabled because
DSR is inactive. The Output Handshaking Using DSR mode must be enabled for
this alert-generating condition to occur. This mode is enabled by default
in the physical ASYNC device driver.
- DCD to be asserted, when Transmit is disabled because
DCD is inactive. The Output Handshaking Using DCD mode must be enabled for
this alert-generating condition to occur. This mode must be enabled by an
application. It is not enabled by default in the ASYNC device driver.
- An XON to be received, when Transmit is disabled because
an XOFF is received. Automatic Transmit Flow Control mode must be enabled
for this alert-generating condition to occur. This mode must be enabled
by an application. It is not enabled by default in the ASYNC device driver.
See the Set Device Control Block (DCB) Parameters Note on the IOCtl ASYNC_SETDCBINFO.
[Back]
[Next]