Outside of Snap I have python code which uses /dev/usb/lp0 device to access the device (brother label printer – but the usb is of storage type).
Inside of a snapcraft I cannot get this to work. I have used the the following plugs:
plugs:
- mount-observe
- network-bind
- process-control
- raw-usb
- hardware-observe
- log-observe
- serial-port
- physical-memory-control
- i2c
- gpio-control
yet nothing seems to expose the usb port inside the snap? Help?
Thanks for any help, Will