Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sb-child/dz-print
[WIP] Third-party USB/Bluetooth Driver for Detonger(detonger.com) Printing Machiness | 德佟印立方打印机的第三方USB/蓝牙驱动, 主板由道臻信息技术有限公司生产
https://github.com/sb-child/dz-print
printer printer-driver rust thermal-printer usb
Last synced: 18 days ago
JSON representation
[WIP] Third-party USB/Bluetooth Driver for Detonger(detonger.com) Printing Machiness | 德佟印立方打印机的第三方USB/蓝牙驱动, 主板由道臻信息技术有限公司生产
- Host: GitHub
- URL: https://github.com/sb-child/dz-print
- Owner: sb-child
- License: mpl-2.0
- Created: 2024-10-21T20:41:08.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:05:11.000Z (2 months ago)
- Last Synced: 2024-10-25T14:52:24.429Z (2 months ago)
- Topics: printer, printer-driver, rust, thermal-printer, usb
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dz-print
[WIP] Working in progress... 正在编写, 尚不可用
Third-party USB/Bluetooth Driver for Detonger(detonger.com) Printing Machines
Motherboard produced by DothanTech(dothantech.com)
德佟印立方打印机的第三方USB/蓝牙驱动, 主板由道臻信息技术有限公司生产
## Notice / 说明
由于 SDK 代码并不开源, 本驱动的底层开发完全基于对官方 SDK 的逆向, 抓包, 说明文档和上机测试。
> 官方 SDK 简直太烂了... 错别字先不提, 代码里不知道写了多少封装类, 然后 PC 版重要的功能也 todo 了, Android 版倒是 2024 年还有更新...
## Tested On / 已测试
- [x] DP27P
## Protocol / 协议
[点击查看](protocol.md)当前分析出的打印机协议和命令
## 运行
```bash
cargo run --bin dzprint
```## License / 许可证
MPL-2.0, see [LICENSE](./LICENSE)