Serial Port Driver MDD Functions
Other versions of this page are also available for the following:
8/28/2008
The following table shows the serial port driver's model device driver (MDD) functions.
Programming element | Description |
---|---|
This function closes the serial device. It is called after an application calls the CloseHandle function. |
|
This function de-initializes the serial port. |
|
This function initializes the serial port. |
|
This function implements the I/O control routine for the serial port. |
|
This function initializes the serial port driver. |
|
This function informs the serial port driver that the hardware platform is about to enter suspend mode. |
|
This function informs the serial port driver that the hardware platform is resuming from suspend mode. |
|
This function enables an application to receive characters from the serial port. |
|
This function enables an application to transmit bytes to the serial port. |