So - I came up with a udev rule that symlink a /dev/printer - I also saw a solution of passing a /dev/serial - But this folder does not exist for me
nano /etc/udev/rules.d/98-printer.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="02ce", SYMLINK+="printer", MODE="0777"...