summaryrefslogtreecommitdiff
path: root/network/modem/fakemodem/README.md
blob: bdb5930530bb2da91184153af82ef145a9f9eb84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
page_type: sample
description: "Demonstrates a simple controller-less modem driver."
languages:
- cpp
products:
- windows
- windows-wdk
---

# 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.