We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6859ba commit 2a46e7bCopy full SHA for 2a46e7b
src/BootstrapBlazor.Server/Components/Samples/SerialPorts/SerialPortFactories.razor
@@ -44,3 +44,7 @@ private ISerialPortClient? SerialPortClient { get; set; }</Pre>
44
<li>接收数据方法 <code>ReceiveAsync</code></li>
45
<li>关闭端口方法 <code>CloseAsync</code></li>
46
</ul>
47
+
48
+<p class="code-label">4. 串口参数配置类 <code>SerialPortOptions</code></p>
49
50
+<p>通过此配置类对串口参数进行配置</p>
0 commit comments