点击或拖拽改变大小

DLT698ReadFromCoreServer 方法

重载列表
  名称说明
公共方法ReadFromCoreServer(Byte)
将原始的字节数据发送到串口,然后从串口接收一条数据。
The raw byte data is sent to the serial port, and then a piece of data is received from the serial port.
(重写 SerialBaseReadFromCoreServer(Byte).)
公共方法ReadFromCoreServer(IEnumerableByte) (继承自 SerialBase。)
公共方法ReadFromCoreServer(Byte, Boolean, Boolean)
将原始的字节数据发送到串口,然后从串口接收一条数据。
The raw byte data is sent to the serial port, and then a piece of data is received from the serial port.
(继承自 SerialBase。)
公共方法ReadFromCoreServer(SerialPort, Byte, Boolean, Boolean)
将数据发送到当前的串口通道上去,并且从串口通道接收一串原始的字节报文,默认对方必须返回数据,也可以手动修改不返回数据信息。
Send data to the current serial channel, and receive a string of original byte messages from the serial channel. By default, the other party must return data, or you can manually modify it to not return data information.
(继承自 SerialBase。)
Top
参见