Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 3.91 KB

using-serial-sys-and-serenum-sys.md

File metadata and controls

64 lines (46 loc) · 3.91 KB
title description keywords ms.date
Using Serial.sys and Serenum.sys
Using Serial.sys and Serenum.sys
serial ports WDK
serial devices WDK
ports WDK , serial
universal asynchronous receiver-transmitters WDK serial devices
UART WDK serial devices
function drivers WDK serial ports
serial drivers WDK
16550 UART-compatible interfaces WDK serial devices
lower-level device filter drivers WDK serial devices
higher-level device filter drivers WDK serial devices
filter drivers WDK serial devices
01/18/2023

Using Serial.sys and Serenum.sys

The following system components are available for use with serial controller devices that have hardware interfaces that are compatible with the 16550 universal asynchronous receiver-transmitter (UART):

For information about installing serial devices, see Installing Serial Devices.

For general information about the high-level operation of a serial device, see the information about the communications resources that are supported by the Windows Base Services in the Microsoft Windows SDK.

Serial driver samples

These samples demonstrates serial drivers.

  • The Serial sample builds a function driver for serial devices.
  • The Serenum sample provides Plug and Play functionality of a bus driver for an RS-232 port.
  • A simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem).