是否有可能从自编码应用程序中使用兄弟VC-500W?
我有一个兄弟VC-500W,在我看来,没有可能在外部应用程序中使用它。对于其他型号,有B-PAC SDK,但我没有发现VC-500W类似的东西。 这里有人是否有一些技巧或解决方案,我如何在应用程序中使用它,例如Python,Java或任何其他语言?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然自从问这个问题以来已经有一段时间了,但答案是肯定的!一些了不起的人对协议进行了反向设计,并提供了一个Python模块和一个从打印机打印的Shell脚本。他们在此处提供了代码: https:htttps:htttps:// m7i。 org/projects/labelprinter-linux-python-for-vc-500w/ (
以及博客文章解释了他们的逆向工程过程。
有人还分叉了包裹并修复了一些错误(特别是导致打印机打印非JPEG时锁定的错误),这在这里可用: https://gitlab.com/lenchan139/labelprinter-vc500w ( Archive.org版本)
Though it's been a while since this question was asked, the answer is yes! Some amazing person has reverse engineered the protocol and has provided a python module and a shell script to print from the printer. They've made the code availible here: https://m7i.org/projects/labelprinter-linux-python-for-vc-500w/ (Archive.org version)
as well as a blog post explaining their reverse engineering process.
Someone has also forked the package and fixed some bugs (specifically one that caused the printer to lock up when printing a non jpeg) which is availible here: https://gitlab.com/lenchan139/labelprinter-vc500w (Archive.org version)