blueskit / MitsubishiPlcProtocol

三菱PLC(Mitsubishi)通讯协议的C#实现,支持FX、Q系列的ASCII-3E、BIN-3E、FX串口格式。
MIT License
296 stars 153 forks source link

關於 ResponseMessage 的使用 #4

Closed 1TTT9 closed 6 years ago

1TTT9 commented 6 years ago

感謝您的開源。想請教一下, 由於 Execute 函數使用後回覆一長串 raw data 信息, 見到您撰寫的 ResponseMessage 物件可沒有使用, 請問該如何判斷並僅取出 read 後的 value 呢?

blueskit commented 6 years ago

其实,这些内容已经在 readSingle、readBatch 等函数中按预期的格式解析出来了。 至于其中的原始的数据,仅供后续调试使用(可以忽略)