summaryrefslogtreecommitdiff
path: root/serial/VirtualSerial
diff options
context:
space:
mode:
authorMike Fenelon <[email protected]>2017-10-02 14:28:04 -0700
committerGitHub <[email protected]>2017-10-02 14:28:04 -0700
commitda3f6c88f40a062019089716ea360b964d71f4be (patch)
tree0c9d8e66f09e92e80b68efdbea546d6b4013ec86 /serial/VirtualSerial
parentc55397f675ffbb3b3fe11dcfa2d5686e36bc7f05 (diff)
parent5a706e661e678e33bac158c1f330836d7d2d6202 (diff)
Merge branch 'master' into master
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
============================