示例
Dim s As Strings = Ports("COM2").ReadLine()
语法:
ReadTo(Value)
Value:指定的结束符
示例:
Dim s As Strings = Ports("COM2").ReadTo("|")