Hi all,
I have to use modbus function 0x03 to read values from a probe. But ist seems that the DT80 only supports 0x04. I was able to send the command manually via serial but when I try to read the answer which I can log in a terminal all CV variables stay empty. I tried %1b[CVx] and %1c[CVx] as well but no success. The exact command I used to read the values from serial port is 1SERIAL("%*3b%1b[4CV]%1b[3CV]%1b[2CV]%1b[1CV]\e",W)
Any suggestions to get this work?
Thanks in advance
Torsten
Edit: firmwae version is 9.22
Hi all,
I have to use modbus function 0x03 to read values from a probe. But ist seems that the DT80 only supports 0x04. I was able to send the command manually via serial but when I try to read the answer which I can log in a terminal all CV variables stay empty. I tried %1b[CVx] and %1c[CVx] as well but no success. The exact command I used to read the values from serial port is 1SERIAL("%*3b%1b[4CV]%1b[3CV]%1b[2CV]%1b[1CV]\e",W)
Any suggestions to get this work?
Thanks in advance
Torsten
Edit: firmwae version is 9.22
edited Nov 13 '19 at 12:16 pm