external_wired.ip.port

external_wired.ip.port

This printer setting refers to the external wired print server’s port number that the TCP print service is listening on. Normal TCP communications from the host should be directed to this port.

Setvar

To instruct the printer to set the external wired print server’s TCP/UDP port number:
! U1 setvar "external_wired.ip.port" "value"
Values
1 - 65535 (excluding any ports currently used by other services, such as 21, 23, 80, and 515).
Default
"9100"

Getvar

To instruct the printer to respond with the external wired printer server’s TCP/UDP port number:
! U1 getvar "external_wired.ip.port"
On SEH print server models PS102-Z or the PS105-Z, only the
getvar
command is supported.
Example
This
setvar
example shows the value set to
"9100"
.
! U1 setvar "external_wired.ip.port" "9100"
When the
setvar
value is set to
"9100"
, the
getvar
result is
"9100"
.