summaryrefslogtreecommitdiff
path: root/serial/VirtualSerial2
diff options
context:
space:
mode:
Diffstat (limited to 'serial/VirtualSerial2')
-rw-r--r--serial/VirtualSerial2/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/serial/VirtualSerial2/README.md b/serial/VirtualSerial2/README.md
index 3c5baf78..81405d15 100644
--- a/serial/VirtualSerial2/README.md
+++ b/serial/VirtualSerial2/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Virtual serial driver sample (UMDF version 2)
+ platform: UMDF2
+ language: cpp
+ category: Serial
+ description: Demonstrates UMDF version 2 serial drivers and includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem).
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617965
+--->
+
+
Virtual serial driver sample
============================