如何在android中使用Sybase-iAnywhere-Blue-SDK-for-Android进行蓝牙打印?

发布于 2024-12-17 11:57:25 字数 203 浏览 0 评论 0原文

我想使用蓝牙打印机从我的 Android 应用程序打印文件。因此,我需要使用 BPP(基本打印机配置文件),但我无法在 androd 中使用蓝牙 API 为 BPP 编写代码。我发现“Sybase-iAnywhere-Blue-SDK-for-Android”用于 android 中的 BPP但我如何在我的应用程序中实现它?

有骨头可以帮帮我吗?

提前致谢。

I want to print file from my android application using bluetooth printer. So for that i need to use BPP (Basic Printer Profile) but i am not able to code for BPP with bluetooth APIs in androd.I found that "Sybase-iAnywhere-Blue-SDK-for-Android" is used for BPP in android but how can i implement it in my application ?

Can any bony help me ?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸵鸟症 2024-12-24 11:57:25

您想要打印到大型桌面打印机还是收据打印机?

如果您正在寻找收据打印机,Star Micronics 有一个包含 StarIO API 的 Android SDK:http ://www.starmicronics.com/support/SDKDocumentation.aspx

根据我的经验,最好使用 API 而不是外部应用程序。最大的原因是您可以完全控制打印机的行为。如果 API 是智能构建的,那么这也很容易。使用外部应用程序是有限制的,因为您无法按照您想要的方式自定义打印输出。

我链接到的 Star SDK 有一个非常好的示例应用程序,可让您测试和自定义许多打印机功能以查看它们的实际情况。每个函数都记录在源代码中。命令及其参数也可以在应用程序本身中作为屏幕上的快速参考,非常方便。最重要的是,它有详细的记录。

如果您实施 StarIO API,则可以将纯文本与命令一起发送到打印机。 API 负责将数据转换为打印机可以理解的内容。

Are you looking to print to a big desktop printer or a receipt printer?

If you're looking for a receipt printer, Star Micronics has an Android SDK that contains the StarIO API: http://www.starmicronics.com/support/SDKDocumentation.aspx

In my experience, it's best to use an API and not an external application. The biggest reason is you get total control over printer behavior. It's easy too if the API is built intelligently. Using an external app is limiting because you can't customize your print outs the way you want to.

The Star SDK I linked you to has a really nice sample app that lets you test and customize a lot of printer functions to see them in action. Each function is documented in the source code. The commands and their parameters are also available in the app itself as a quick on screen reference which is convenient. On top of all that, it's well documented.

If you implement the StarIO API, you can send plain text to the printer along with commands. The API handles converting the data into what the printer can understand.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文