iOS Bluetooth printer?

2019-01-23 15:34发布

Does anybody suggest a mobile printer able to print receipt with a good SDK to interface wireless an iOS application adhoc developed ? The printer should be small and should use rechargeable batteries for field use. I cannot use wifi because not always a trusted access point (customer premises) is available, so I think to use Bluetooth, but of course any suggestion is welcome !

FYI I already checked Zebra printers SDK for iOS but it seems able to print only using a TCP/IP address, it means (for as I know) I should use wifi. In my case the application should be used in the field from an iPad connected with cellular network. In iPad there is no hot-spot and not always there is an available wifi access point tho connect the iPad and the printer the the same network to use TCP/IP addresses. That is the reason I'm guessing the last chance should be bluetooth.

5条回答
等我变得足够好
2楼-- · 2019-01-23 15:41

Yes, I have Bluetooth printer for IOS device, it is Apple MFI approved

see details from this URL http://www.bluebamboo.com/other_file/P25i%20Datasheet%20%28EN%29%20v1.0%2009-Oct-2011.pdf

查看更多
相关推荐>>
3楼-- · 2019-01-23 15:43

No need to develop a full blown SDK, check out Mobi Print. it has the Zebra sdk already implemented and connects to any webservice or ODBC database. It also has stored label/receipt formats in there app so just upload your format and should be good to go.

here is link for Mobi Print

查看更多
smile是对你的礼貌
4楼-- · 2019-01-23 15:46

I know you already accepted an answer, but here's another one: have the technician bring their own wireless base station (AirPort Express perhaps) and create his own wireless network (that won't have internet access, but that's not needed) with appropriate security. Then you can use any HP wireless capable printer and have the iOS device and the printer connect to the wifi network created by the wireless access point (which should be set with DHCP to vend IP addresses in a non-routable range like 192.168.x.x, obviously).

查看更多
相关推荐>>
5楼-- · 2019-01-23 15:53

Unfortunately iOS5 does not support Bluetooth printing.

http://support.apple.com/kb/ht3647

Have you considered VPN via WEP to a network printer?

Alternatively some printers can be set up with their own email address. PDF attachments can be sent via this address to be printed. These emails can be sent encrypted.

I know that this isn't the IDEAL answer, but it is likely to work for the time being until iOS is properly updated.

查看更多
我想做一个坏孩纸
6楼-- · 2019-01-23 16:05

We also have a Bluetooth printer that is MFI certified along with an easy to understand iOS SDK. Please take a look at the EZPay App on the Appstore. The app's currently in Japanese (fir one of our clients) but the description explain a little about the printer. I'm currently traveling at the moment, but if you shoot me an email from the contact info on the App Store. I can get a few other things out to you. Cheers... B

查看更多
登录 后发表回答