Improved README
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user