summaryrefslogtreecommitdiff
path: root/network/modem/fakemodem/README.md
blob: 0de6d2cd63d0ecdeecf3db9f9def55e633232f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
page_type: sample
description: "Demonstrates a simple controller-less modem driver."
languages:
- cpp
products:
- windows
---

<!---
    name: Fakemodem Driver
    platform: KMDF
    language: cpp
    category: Network
    description: Demonstrates a simple controller-less modem driver.
    samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617733
--->

# Fakemodem Driver

The Fakemodem sample demonstrates a simple controller-less modem driver. This driver supports sending and receiving AT commands using the `ReadFile`/`WriteFile` calls or via a TAPI interface using an application such as *HyperTerminal.*

## Universal Windows Driver Compliant

This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.