uart.htm

来自「提供了一个对mpu401芯片的接口的midi uart miniport的wdm」· HTM 代码 · 共 30 行

HTM
30
字号
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
1252">
<META NAME="Generator" CONTENT="Microsoft Word 97">
<TITLE>UART</TITLE>
</HEAD>
<BODY LINK="#0000ff">

<FONT FACE="Verdana" SIZE=5><H2>UART</H2>
</FONT><FONT FACE="Verdana" SIZE=2>
<P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary 
documentation and subject to change.]</span></P>

<H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
This sample is a MIDI UART miniport driver which provides an interface to the MPU-401 chip. <P>
The MIDI port driver, which is built into PortCls.sys, insulates the miniport and connects it to the rest of the system. The sample handles
one input stream and one output stream.  It compiles in the 64-bit environment and is compatible with both Alpha and x86 platforms.<P>
Plug and Play and Power Management are handled automatically on the miniport's behalf by PortCls.<P>

<H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana" 
SIZE=2><P>

Type <B>build</B> in the \\Ntddk\Src\Wdm\Audio\Miniport\Uart directory.  A 
successful build produces Uart.lib, which can be linked into an adapter driver along with Stdunk.lib.<P>


<H3>RESOURCES</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
This exact miniport is already included in PortCls. We have provided the source code as a starting point for those that need to augment it, as well as those that need to create completely new miniports. 
This miniport interfaces to the port driver of type MIDI. A new port, type DMUS, was introduced in Microsoft

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?