Virtual Serial Port Tools Documentation Server Components TCP/IP Serial Ports Server Command-Line Parameters
When TCP/IP Serial Ports Server is running as stand-alone process, use command-line parameters to configure its options. The server supports the following options:
psip_server.exe [OPTIONS] [COMN1=TCP-PORT[,protocol]] [COMN2=TCP-PORT[,protocol]]...
COMn=<port>[,protocol]
arguments are mandatory. They specify which serial ports are shared over which TCP ports. protocol
, if specified, must be either rfc2217
or raw
. If protocol is omitted, rfc2217
is assumed.
Option | Argument | Description |
---|---|---|
-? , --help | Display command-line parameters. | |
--nologo | Do not display logo message. | |
Logging options | ||
--log-path | path | Write server log to the specified file. |
--log-level | LOGGING-LEVEL | Set logging level to one of the following:
|
--no-screen-log | Do not display a copy of log to the console. | |
Service operations | ||
-install-service , --install-service | Install service. Must be called from elevated command-prompt. | |
-uninstall-service , --uninstall-service | Uninstall service. Must be called from elevated command-prompt. |