serial/VirtualSerial2/README.md
This sample demonstrates these two serial drivers:
A simple virtual serial driver (ComPort)
A controller-less modem driver (FakeModem).This driver supports sending and receiving AT commands using the ReadFile and WriteFile calls or via a TAPI interface using an application such as, HyperTerminal.
This sample driver is a minimal driver meant to demonstrate the usage of the User-Mode Driver Framework. It is not intended for use in a production environment.
For more information, see the Serial Controller Driver Design Guide.