Change SDI-12 Device Address
res = sdi12.chg(cpo, device, deviceto)
Attempt to change the device's address.
Parameter | Type | Description |
---|---|---|
cpo |
object | COM Port Object |
device |
string/integer | The device to change |
deviceto |
string/integer | The address to change to. |
Returns | Type | Description |
---|---|---|
res |
boolean | True if succeeded |