openTransparentSerialPort abstract method

  1. @async
OriginResponse openTransparentSerialPort(
  1. String deviceID,
  2. int serialPortType,
  3. int seq
)

打开透明串口通道 deviceID 设备序列号 serialPortType 串口类型"RS232"/"RS485" commandID 12107

Implementation

@async
OriginResponse openTransparentSerialPort(
    String deviceID, int serialPortType, int seq);