DiUS / qlprint

Command-line utility for printing to Brother QL label printers
GNU General Public License v3.0
8 stars 4 forks source link

No device found #4

Closed aitor0307 closed 2 years ago

aitor0307 commented 3 years ago

Hi!

I'm trying to check if it recognizes a Brother QL700 with sudo ./build/qlprint -i but I'm getting the following error: Unable to open 'dev/usb/lp0': No such file or directory I've tried looking for it with lpadmin but I'm only getting the URI as DeviceURI usb://Brother/QL-700?serial=000M8Z112146

Have you run in any similar issues?

Kind regards,

dfear commented 2 years ago

This project needs libUSB support. Device URLS susch as: DeviceURI usb://Brother/QL-700?serial=000M8Z112146, are generated by LibUSB.

aitor0307 commented 2 years ago

Hi David,

thanks for your reply! I will try it.

regards,

Aitor