Hi,
I try to use command line ¨lp" with a thermal printer Bixolon BK3-33 and Fedora 34 for raspberry
In documentation , I read that Cutter is activated by escape sequence ESC GS V
Esc is ‘\x1b’ GS is ‘\x1d’ so
I try
echo -e 'TEST\x0d\x0a\x1b\x1dV' | lp
but there is no cut, and the only thing I see is TEST,
Have you got any idea?