diff options
| author | Barry Golden <[email protected]> | 2015-07-30 16:03:24 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-07-30 16:03:24 -0700 |
| commit | 4dc90ad04d5e40851e2e370f487b7cc9a3be071b (patch) | |
| tree | c2e74dd18a743893c555d311f29ad9fba77b60c6 /serial | |
| parent | d3abcb10a801986a2956d6bbdfeb652bda1d9a74 (diff) | |
Update README.md
Diffstat (limited to 'serial')
| -rw-r--r-- | serial/serenum/ReadMe.md | 31 | ||||
| -rw-r--r-- | serial/serial/ReadMe.md | 2 |
2 files changed, 12 insertions, 21 deletions
diff --git a/serial/serenum/ReadMe.md b/serial/serenum/ReadMe.md index afb6916f..6875e8b7 100644 --- a/serial/serenum/ReadMe.md +++ b/serial/serenum/ReadMe.md @@ -14,26 +14,17 @@ The combined operation of Serial and Serenum provides the function of a Plug and Windows provides Serenum to support Serial and other serial port function drivers that need to enumerate an RS-232 port. Hardware vendors do not have to create their own enumerator for RS-232 ports. For example, a device driver can use Serenum to enumerate the devices that are attached to the individual RS-232 ports on a multiport device. -<table> -<colgroup> -<col width="50%" /> -<col width="50%" /> -</colgroup> -<thead> -<tr class="header"> -<th align="left">File manifest -Description</th> -</tr> -</thead> -<tbody> -<tr class="odd"> -<td align="left">Enum.c -Functions that enumerate external serial devices—the main purpose of this driver</td> -<td align="left">Pnp.c -Plug and Play support code</td> -</tr> -</tbody> -</table> +### File Manifest + +File | Description +-----|------------ +Enum.c | Functions that enumerate external serial devices—the main purpose of this driver +Pnp.c | Plug and Play support code +Power.c | Power support code +Serenum.c | Basic driver functionality +Serenum.h | Local header with defines, prototypes +String.c | String handling support; mainly ASCII to UNICODE functionality +Serenum.rc | Resource script For more information, see [Features of Serial and Serenum](http://msdn.microsoft.com/en-us/library/windows/hardware/ff546505). diff --git a/serial/serial/ReadMe.md b/serial/serial/ReadMe.md index 7fe112cf..de76bfb3 100644 --- a/serial/serial/ReadMe.md +++ b/serial/serial/ReadMe.md @@ -24,7 +24,7 @@ This sample can be used for these hardware IDs without any modification to the . If you have other hardware such as an add-in card, then you must add the hardware ID in the .inx as shown in this example. Then, you must build the project as per the instructions given in the Building the sample section in this readme. - ``` {.syntax xml:space="preserve"} + ``` ; For XP and later [MSFT.NTamd64] ; DisplayName Section DeviceId |
