Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Brother Print SDK for Android implementation #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

thvranken
Copy link
Contributor

Implemented the Brother Print SDK for Android, which allows printing on Brother QL series label printers via USB, network and Bluetooth.

It also offers additional settings (print resolution, auto-cut on/off, ...).

Bitmaps to be printed are scaled and centred if necessary.

Tested on a Brother QL-720NW (USB and network) and on a Brother QL-820NWB (Bluetooth).

Corrected wrong import in StarPRNT.kt:
Now uses eu.pretix.pretixprint.connections.BluetoothConnection instead of import com.zebra.sdk.comm.BluetoothConnection
Fixed a wrong casting that resulted in a crash when pressing the "next" button without setting a label size.
Support for Brother QL-series label printers connected using ethernet/wifi, bluetooth or USB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant