读取 COM1 端口上接收的所有可用的数据。
摘要:using System;using System.IO.Ports;class PortDataReceived{ public static void Main() { SerialPort mySerialPort = new SerialPort("COM1"); ...
阅读全文
posted @ 2015-12-04 16:41
posted @ 2015-12-04 16:41
posted @ 2015-12-04 16:40
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 29 | |||
30 | 31 | 1 | 2 | 3 | 4 | 5 |
[](>
)
Powered by:
博客园
Copyright © 2025 刘顺利
Powered by .NET 9.0 on Kubernetes