Start Serial Port Manager from the Solstice Launcher, if not done already.
See the procedure on "How to Start Serial Port Manager" for information about starting Serial Port Manager.
Choose Modify from the Edit menu.
The Modify window appears in the Basic Detail mode. See the Reference online help for default values of the Basic, More, or Export Detail modes.
Choose Initialize Only - No Connection from the Template menu.
Click on OK to initialize the port.
The following example is the equivalent of using Serial Port Manager to initialize port /dev/term/b.
# admserialmod -e -p init b |
In this command,
-e |
Enables the port. |
-p init |
Specifies the port should only be initialized. |
b |
Specifies the name of the port. |