Improved README

This commit is contained in:
Philipp Klaus
2015-12-14 11:17:34 +01:00
parent 82b853d148
commit 9de185b7e2

View File

@@ -24,6 +24,16 @@ If you want to find out about its options, just call the tool with `--help`:
To analyse a binary file containing Brother QL Raster commands and
create an image of what would be printed:
brother_ql_analyse 720x300_monochrome.bin --loglevel DEBUG 2>&1 | less
brother_ql_analyse 720x300_monochrome.bin --loglevel DEBUG
This tool also has the `--help` option.
#### Printing ####
Once you have a Brother QL command file, you can send it to the printer like this:
cat my_label.bin > /dev/usb/lp1
Or via network (if you have a LAN/WLAN enabled Brother QL):
nc 192.168.0.23 9100 < my_label.bin