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 |
reply
false, reply
If the cmd
does not end with !
, then it will be automatically added.
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!')