Perform Transparent SDI-12 Sequence

[false,] reply = sdi12.t(cpo, cmd)

Perform an immediate SDI-12 sequence on the cpo object.

Parameter Type Description
cpo object COM Port Object
cmd string Command to send
Returns Type Description
reply string Response from device
  • If the command succeeds, the return will be reply
  • If the command fails, the return will be false, reply
Note

If the cmd does not end with !, then it will be automatically added.

Hint

This is a building block that is used by the Finite State Machine that runs sdi12.go & sdi12.done.

e.g.

local txt = sdi12.t(cpo, '2!')