Commit Graph
8 Commits
Author SHA1 Message Date
Philipp Klaus 2c4f5e6858 brother_ql_create: new --list-models arg and less confusing --debug output 2016-07-21 17:57:43 +02:00
Philipp Klaus 6621134df9 New brother_ql.backends package
The brother_ql.backends package provides backends for
* network (via raw TCP/IP sockets)
* linux_kernel (via device handles like /dev/usb/lp0 etc.)
* pyusb (via PyUSB)

The new backends are in use by the additional scripts
* brother_ql_debug
* brother_ql_print
2016-07-21 17:51:11 +02:00
Philipp Klaus 6c7f68e2b0 small fix in brother_ql.devicedependent 2016-07-21 17:44:01 +02:00
Philipp Klaus c6205ab32a every brother_ql_xxx tool now corresponds to ./brother_ql/brother_ql_xxx.py 2016-07-21 17:43:23 +02:00
Philipp Klaus 7de4c0b3c5 Adding 'status information request' to the raster operations 2016-07-21 17:40:30 +02:00
Philipp Klaus 856166da14 brother_ql.reader: refactoring and support for status requests 2016-07-21 10:14:50 +02:00
Philipp Klaus 2ee1fbf658 README: how to upgrade to latest version 2016-07-21 10:10:43 +02:00
Philipp Klaus 0d04a2efde Reworking brother_ql/reader.py
The code used in BrotherQLReader.analyse() is now is now split into
a chunker() function which separates (=chunks) a data stream of bytes
into individual printer instructions and into the main functionality
of the analyse() method: Stating debug information about each instruction
and generating images of the expected printer output.
2016-07-19 18:20:19 +02:00