Commit Graph
14 Commits
Author SHA1 Message Date
Philipp Klaus 0c241adbdf new .dispose() method to release resources in the backend classes 2016-07-22 18:30:56 +02:00
Philipp Klaus 1b1aa1f45a Use the new backends in brother_ql_web 2016-07-22 11:00:23 +02:00
Philipp Klaus 4870151a89 brother_ql.backends.backend_factory: Renaming dev_class to backend_class 2016-07-22 10:56:14 +02:00
Philipp Klaus e113c86fb2 README: even more clarifications 2016-07-21 18:15:31 +02:00
Philipp Klaus f9a42abe5b README: Info about all the new functionality 2016-07-21 18:07:08 +02:00
Philipp Klaus 269b5e3c71 Updated the README to reflect all the new features 2016-07-21 18:01:17 +02:00
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