Yazan
Yazan

Reputation: 189

How to get the I.P Address and Port Number of Zebra Printer?

am trying to connect to Zebra Printer, Model GK420t, via Android Application in order sendFileContents to the Zebra printer, using the ZSDK, where i need to use the TCPConnection() constructor, in which requires the I.P Address and Port number of the printer as parameters, but i can't figure out how to get the I.P Address and Port Number of the Zebra printer,

Note, am assigning the Port number as the default using "TcpConnection.DEFAULT_ZPL_TCP_PORT"

Please Advise, Thanks in advance,

Upvotes: 2

Views: 25400

Answers (3)

James
James

Reputation: 1

it prints "Printer Configuration" first (20< tabs or so), when its done, press the feed button once more to get the network settings (10 tabs long)

Upvotes: 0

Andy Van Herwynen
Andy Van Herwynen

Reputation: 1

I did that on the GK420t that I currently connect to my laptp via the USB port. My printout does not show anything looking like an IP address. Closest is FIRMWARE showing as V61.17.172

Upvotes: 0

DelphiCoder
DelphiCoder

Reputation: 2007

Make sure, the printer is on and the coverage is closed.

Press and hold the feed button until the status LED flashes one time. Then release the feed button and a series of status information labels gets printed, including the network settings.

Upvotes: 3

Related Questions