ip.lpd.enable

ip.lpd.enable

This printer setting refers to the LPD (Line Printer Daemon) protocol setting.
LPD communications from the host should be directed to port 515.

Setvar

To turn LPD on or off:
! U1 setvar "ip.lpd.enable" "value"
Values
"off"
disables LPD protocol
"on"
enables LPD protocol
Default
"on"

Getvar

To respond with the LPD status:
! U1 getvar "ip.lpd.enable"
Example
This
setvar
example shows the value set to
"on"
.
! U1 setvar "ip.lpd.enable" "on"
When the
setvar
value is set to
"on"
, the
getvar
result is
"on"
.