Serial driver samples
The driver samples in this directory provide a starting point for writing a custom serial driver for your device.
Sample | Description |
---|---|
Serenum | Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device. |
Serial | The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver. |
Virtual Serial | This sample demonstrates serial drivers. It includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). |
Virtual Serial 2 | This sample demonstrates serial drivers. It includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). |