点击或拖拽改变大小

SerialBaseReadFromCoreServer 方法 (Byte)

将原始的字节数据发送到串口,然后从串口接收一条数据。
The raw byte data is sent to the serial port, and then a piece of data is received from the serial port.

命名空间:  HslCommunication.Serial
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public virtual OperateResult<byte[]> ReadFromCoreServer(
	byte[] send
)

参数

send
类型:SystemByte
发送的原始字节数据

返回值

类型:OperateResultByte
带接收字节的结果对象
参见