希望其他人已经弄清楚了。我已将Zsdk-Api的参考添加到VB 2008项目中。我已经能够使用打印机语言。试图能够查询打印机的序列号。现在,我正在连接打印机,但想将其连接更改为USB。
Dim printerConnection As ZebraPrinterConnection = New TcpPrinterConnection("192.168.0.212", TcpPrinterConnection.DEFAULT_ZPL_TCP_PORT)
printerConnection.Open()
Dim zPrinter As ZebraPrinter = ZebraPrinterFactory.GetInstance(printerConnection)
Dim pcLanguage As PrinterLanguage = zPrinter.GetPrinterControlLanguage
这就是我要获取语言打印机正在使用的语言。有谁知道如何获取序列号(uniqueID)。我当前使用的打印机是420n打印机。