[SOLVED] How to send page cut command to serial port printer in QT
-
Hi
I am printing details into the serial port printer (BIXOLON). Now i want to send page cut command to the printer after successful printing. Can anyone help me with this?
-
You can use the "QtSerialPort":http://qt-project.org/doc/qt-5/qtserialport-index.html module to implement I/O with your printer.