简体   繁体   English

使用iPad从Zebra打印机打印

[英]Print from zebra printer using iPad

I am working on print functionality using zebra link-os sdk. 我正在使用zebra link-os sdk进行打印功能。 I have little confusion about that sdk.I have zebra gK420d printer model.it not have MFI feature.is it possible print through usb or Ethernet using iPad.this sdk using external accessory framework.Thanks 我对该sdk不太困惑。我有zebra gK420d打印机型号。它没有MFI功能。是否可以使用iPad通过USB或以太网进行打印。此sdk使用外部附件框架。

The Zebra SDK does support network communication. Zebra SDK确实支持网络通信。 If your GK420 and your iPad are on mutually-visible networks, then yes, you can use the SDK to print. 如果您的GK420和iPad在相互可见的网络上,那么可以,您可以使用SDK进行打印。 Take a look at the TcpConnection class and the demos with with SDK. 看看TcpConnection类和带有SDK的演示。

On a side note - Zebra offers two SDKs for their printers. 附带说明-Zebra为他们的打印机提供了两个SDK。 The Link-OS SDKs are meant for their Link-OS capable printers, which currently (to my knowledge) does not include the GK420. Link-OS SDK适用于支持Link-OS的打印机,据我所知,目前这些打印机不包括GK420。 While the Link-OS sdk should work for most of the functionality, you might want to look into their legacy sdk. 虽然Link-OS sdk应该可以使用大多数功能,但是您可能希望研究它们的旧版sdk。

Legacy SDK 旧版SDK

Link-OS SDK Link-OS SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM