summaryrefslogtreecommitdiff
path: root/serial
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
parentc55397f675ffbb3b3fe11dcfa2d5686e36bc7f05 (diff)
parent5a706e661e678e33bac158c1f330836d7d2d6202 (diff)
Merge branch 'master' into master
Diffstat (limited to 'serial')
-rw-r--r--serial/VirtualSerial/README.md10
-rw-r--r--serial/VirtualSerial2/README.md10
-rw-r--r--serial/serenum/README.md10
-rw-r--r--serial/serial/README.md10
4 files changed, 40 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
============================
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
============================
diff --git a/serial/serenum/README.md b/serial/serenum/README.md
index 7b28ae46..c4690bbf 100644
--- a/serial/serenum/README.md
+++ b/serial/serenum/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Serenum sample
+ platform: WDM
+ language: cpp
+ category: Serial
+ description: Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617961
+--->
+
+
Serenum sample
==============
diff --git a/serial/serial/README.md b/serial/serial/README.md
index de76bfb3..583e9cae 100644
--- a/serial/serial/README.md
+++ b/serial/serial/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: Serial Port Driver
+ platform: KMDF
+ language: cpp
+ category: Serial
+ description: The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617962
+--->
+
+
Serial Port Driver
==================