Initialise the SDI-12 Protocol Table
sdit = sdi12.go(cpo, sdit)
Initialises the SDI-12 protocol command table and starts the finite state machine.
Once called, poll the state machine with sdi12.done until it completes.
Parameters | Type | Description |
---|---|---|
cpo |
object | COM Port object. See sdi12.set and 🗒️ COMport Object Intro |
sdit |
table | SDI-12 specific table. See sdit SDI-12 Table Structure |
There is only one instance of the SDI-12 state machine.
You can only run SDI-12 on a single COM Port.