portcfg command
This command configures and displays the settings for the CMM serial port.
If command syntax is not correctly entered, or if a command fails to run, an error message is returned. See Common errors for a list of error messages that apply to all commands or portcfg command errors for a list of error messages that are specific to the portcfg command.
Function | What it does | Command | Target (see paths in Command targets) |
---|---|---|---|
Display CMM serial port configuration | Displays the current configuration of the CMM serial port. Possible return values are:
| portcfg -com1 | Primary CMM:
|
Set CMM serial port baud rate | Checks syntax and sets the baud (communications) rate of the CMM serial port. | portcfg -com1 -b baud_rate where baud_rate is 2400, 4800, 9600, 19200, 38400, 57600, or 115200. This command can only be run by users who have one or more of the following command authorities:
| Primary CMM:
|
Set CMM serial port parity | Checks syntax and sets the parity of the CMM serial port. | portcfg -com1 -p parity where parity is
This command can only be run by users who have one or more of the following command authorities:
| Primary CMM:
|
Set CMM serial port stop bits | Checks syntax and sets the number of stop bits for the CMM serial port. Note When | portcfg -com1 -s stop_bits where stop_bits is:
This command can only be run by users who have one or more of the following command authorities:
| Primary CMM:
|
Example:
portcfg -com1
portcfg -com1 -b 9600
The following example shows the information that is returned from these two commands:
system:mm[1]> portcfg -com1
-b 2400
-p none
-s 1
system:mm[1]> portcfg -com1 -b 9600
These configuration changes will become active after the next reset of the MM.
system:mm[1]>