I am trying to change wired network settings of Zebra Printer ZD621 by ^NS command. My code looks like this:
^XA
^NSp,192.168.15.51,255.255.255.0,192.168.15.1
^XZ
It doesn't work, what am I doing wrong?
I am trying to change wired network settings of Zebra Printer ZD621 by ^NS command. My code looks like this:
^XA
^NSp,192.168.15.51,255.255.255.0,192.168.15.1
^XZ
It doesn't work, what am I doing wrong?
! U1 setvar "internal_wired.ip.protocol" "permanent"
! U1 setvar "internal_wired.ip.addr" "192.168.15.51"
! U1 setvar "internal_wired.ip.gateway" "192.168.15.1"
! U1 setvar "internal_wired.ip.netmask" "255.255.255.0"
! U1 setvar "device.reset" ""
make sure all of these commands start on a new line and the device.reset is floowed by a new line.
This should work
^XA ^ND2,P,192.168.15.51,255.255.255.0,192.168.15.1 ^NBC ^NC1 ^NPP ^XZ ^XA ^JUS ^XZ