summaryrefslogtreecommitdiff
path: root/serial/VirtualSerial
diff options
context:
space:
mode:
authorMike Fenelon <[email protected]>2017-10-03 16:26:58 -0700
committerMike Fenelon <[email protected]>2017-10-03 16:26:58 -0700
commit01acc16504688353446accb487526d4a6499a224 (patch)
tree84915c17098b0d16f51026188c95f3556c01cfce /serial/VirtualSerial
parentc5080dc85b1349d980137f49c02d6c51cf4e7706 (diff)
parentda3f6c88f40a062019089716ea360b964d71f4be (diff)
Merge branch 'master' of https://github.com/MFenelon/Windows-driver-samples
Diffstat (limited to 'serial/VirtualSerial')
-rw-r--r--serial/VirtualSerial/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/serial/VirtualSerial/README.md b/serial/VirtualSerial/README.md
index 2b1bc513..7b9c9c39 100644
--- a/serial/VirtualSerial/README.md
+++ b/serial/VirtualSerial/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Virtual serial driver sample
+ platform: UMDF1
+ language: cpp
+ category: Serial
+ description: Demonstrates a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617963
+--->
+
+
Virtual serial driver sample
============================