English 中文(简体)
- “蓝色打印机”
原标题:iOS Bluetooth printer?

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 我已经对Zebra打印机SDK进行了核对,但似乎只能用TCP/IP地址印刷,这意味着(我知道)我应当使用wifi。 在我的案件中,申请应当从一个与手机网络连接的iPad用于外地。 在iPad,没有热点,而且并非总是有连接iPad和印刷商的Swifi接入点,使用TCP/IP地址。 因此,我猜想最后的机会应该是蓝色的。

最佳回答
问题回答

我知道你已经接受了答案,但这里还有另一个答案:技术师带自己的无线基地站(Air Port Express也许会),并创建自己的无线网络(该网获得因特网接入,但不需要),有适当的安全。 然后,你可以使用任何具有光电能力的打印机,并配有SOS装置和打印机,与无线接入点(应当与DHCP一道,在像192.168.x.x这样的不易变的距离中翻开IP地址)创建的wifi网络连接起来。

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





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...

热门标签