The following example is the equivalent of using Serial Port Manager to enable a modem to port /dev/term/b.
# admserialmod -e -p bi -b 38400 b |
In this command,
|
-e |
Enables the port. |
|
-p bi |
Specifies the bidirectional template be used to configure the port. |
|
-b 38400 |
Specifies the baud rate. |
|
b |
Specifies the name of the port. |