summaryrefslogtreecommitdiff
path: root/network/modem/fakemodem/README.md
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-12 11:56:39 -0700
committerJ M Rossy <[email protected]>2015-08-12 11:57:59 -0700
commit877c5ae528738cbf968b953e07a40e6d64af6382 (patch)
tree146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /network/modem/fakemodem/README.md
parent93217010e0c3d492c432fbccb167f6070775ba36 (diff)
Rename README.md files to standardize casing
Diffstat (limited to 'network/modem/fakemodem/README.md')
-rw-r--r--network/modem/fakemodem/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/modem/fakemodem/README.md b/network/modem/fakemodem/README.md
new file mode 100644
index 00000000..b79071cb
--- /dev/null
+++ b/network/modem/fakemodem/README.md
@@ -0,0 +1,8 @@
+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.
+