Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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. |