scanPort - load instrument service for specified port on specified MOOS nodeSYNOPSIS
DESCRIPTIONscanPort nodeHost portName(s)
The scanPort utility loads the instrument service (if it exists) on the specified port(s) of the specified MOOS node. If an instrument service is already associated with the specified port, or if a specified port does not exist on the node, an error is reported to the user. Multiple ports may be specified, e.g.ENVIRONMENTThe portName(s) can be abbreviated as an integer, i.e. "/dev/ttySX1" can be abbreviated as simply "1". Thus the above example is equivalent to% scanPort sidearm6 /dev/ttySX1 /dev/ttySX2 /dev/ttySX3% scanPort sidearm6 1 2 3This utility may be run on the same host as the node, or on any networked host from which the node host is accessible. If run on the node's host, then nodeHost should be specified as "localhost".
The following environment variables must be set:
SEE ALSO
listPorts , shutdownPort , nodeTest