diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 14:21:46 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 14:21:46 -0700 |
| commit | 34dcaceff4ea13c5078c06058957abf075b358ef (patch) | |
| tree | 84c5048b5568cda4d2ecbfdd19ab88425f4a22c8 /serial | |
| parent | 1404d5fcfc743326d065c7f6977a68e92f3bf9f6 (diff) | |
Update READMEs
Diffstat (limited to 'serial')
| -rw-r--r-- | serial/VirtualSerial/README.md | 4 | ||||
| -rw-r--r-- | serial/VirtualSerial2/README.md | 4 | ||||
| -rw-r--r-- | serial/serenum/README.md | 4 | ||||
| -rw-r--r-- | serial/serial/README.md | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/serial/VirtualSerial/README.md b/serial/VirtualSerial/README.md index 882d2cd8..b24ecaaf 100644 --- a/serial/VirtualSerial/README.md +++ b/serial/VirtualSerial/README.md @@ -2,9 +2,9 @@ topic: sample description: Demonstrates a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). languages: - - cpp +- cpp products: - - windows +- windows --- <!--- diff --git a/serial/VirtualSerial2/README.md b/serial/VirtualSerial2/README.md index 8155ffe2..c3b9220a 100644 --- a/serial/VirtualSerial2/README.md +++ b/serial/VirtualSerial2/README.md @@ -3,9 +3,9 @@ topic: sample urlFragment: virtual-serial-driver-sample-v2 description: Demonstrates UMDF version 2 serial drivers and includes a simple virtual serial driver (ComPort) and a controller-less modem driver (FakeModem). languages: - - cpp +- cpp products: - - windows +- windows --- <!--- diff --git a/serial/serenum/README.md b/serial/serenum/README.md index 5d290921..79d1cf35 100644 --- a/serial/serenum/README.md +++ b/serial/serenum/README.md @@ -2,9 +2,9 @@ topic: sample description: Enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device. languages: - - cpp +- cpp products: - - windows +- windows --- <!--- diff --git a/serial/serial/README.md b/serial/serial/README.md index 97e5f165..b97575a8 100644 --- a/serial/serial/README.md +++ b/serial/serial/README.md @@ -2,9 +2,9 @@ topic: sample description: The Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver. languages: - - cpp +- cpp products: - - windows +- windows --- <!--- |
