点击或拖拽改变大小

HslExtensionToFormatString 方法

将一个串口对象的基本配置参数进行格式化字符串,例如 COM3-9600-8-N-1
Format the basic configuration parameters of a serial port object as a string, for example, COM3-9600-8-N-1

命名空间:  HslCommunication
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static string ToFormatString(
	this SerialPort serialPort
)

参数

serialPort
类型:System.IO.PortsSerialPort
串口对象信息

返回值

类型:String
串口对的格式化字符串信息

备注

在 Visual Basic 和 C# 中,这个方法可以当成为类型 SerialPort 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考 扩展方法 (Visual Basic)扩展方法 (C# 编程指南) 获取更多信息。
备注
其中奇偶校验的字母可选,N:无校验,O:奇校验,E:偶校验,停止位可选 0, 1, 2, 1.5 四种选项
Among them, the letters of the parity check are optional, N: no check, O: odd check, E: even check, stop bit optional 0, 1, 2, 1.5 four options
参见