Skip to content

Commit 2a46e7b

Browse files
committed
doc: 增加串口参数配置类文档
1 parent e6859ba commit 2a46e7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor.Server/Components/Samples/SerialPorts/SerialPortFactories.razor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ private ISerialPortClient? SerialPortClient { get; set; }</Pre>
4444
<li>接收数据方法 <code>ReceiveAsync</code></li>
4545
<li>关闭端口方法 <code>CloseAsync</code></li>
4646
</ul>
47+
48+
<p class="code-label">4. 串口参数配置类 <code>SerialPortOptions</code></p>
49+
50+
<p>通过此配置类对串口参数进行配置</p>

0 commit comments

Comments
 (0)