Using the Brother QL-500/QL-550 label printers from LinuxI was looking for a good label printer for a project of mine and couldn't get my hands on an already Linux-supported Dymo-Costar LabelWriter series. Like most printers of this type, the protocol used to print is fortunately rather simple: each line to print is made of single bit representing the dots to be burned on the thermal paper and the data stream is sent uncompressed to the printer through a USB channel. I first proceeded to install the Windows driver and play with the provided labelling utility P-Touch Editor to check out the possibilities of the printer. Then I installed SnoopyPro, an Open Source USB sniffer to collect the data streams sent to the printer and proceeded to make a lot of printouts, varying only one option at a time to check its effect on the commands sent to the printer. In a couple of hours, I managed to get most of the basics and cobbled together a short protocol description to describe my findings. After about a couple of years, there are now quite a bit of useful information and drivers for that printer as you will find below, including recently released drivers for Linux, both from the community and from Brother themselves. Resources
Links
Comments RBThursday 18 August 2005, at 02:58 GMT+8 [X] A cups driver would be great. However, it also suprises me that brother does not deliver a driver, because of their pro-active atttitude towards linux (http://solutions.brother.com/linux/en_us/index.html) RenaudWednesday 24 August 2005, at 10:32 GMT+8 [X] Yes Brother supports Linux, but only for their standard printer products unfortunately.ČI hope they will consider their labelling printers as well but I doubt that they will do much: the P-Touch software used to make and print labels is windows only and proting it to linux would be a pretty major endeavour I guess, so it's unlikely that they would spend time on this unless we keep badgering them for it.ČI urge everyone to just make requests though their enquiry form: https://secure5.brother.co.jp/LinuxContactUs/contact/Linuxform.htmlČ neuralnedTuesday 12 September 2006, at 09:43 GMT+8 [X] I've had extremely bad luck... things weren't working under linux (I got the perl script to work, but nothing via cups) and hooked the thing up to a mac i have here. Turns out that you cant just 'lpr' direct to the label printer under osx, either, you have to use this utterly braindead P-touch editor app. Very frustrating. nephi513Tuesday 13 March 2007, at 08:11 GMT+8 [X] I know this is some what of an old article, but I would like to point out that I have found Offical Brother Test Drivers. I don\'t know for sure if they have anymore as this is the only page I was able to find. With a little copying and paste of the ppd file in the right location for ubuntu I was able to get it to work. (ppd file should go in /usr/share/ppd, copy it form /usr/share/cups/model/brql5*0.ppd). Here is the link. solutions.brother.com/bsc_ph/os/linux/linux_ql500550.html |