To use the EP802-TM without the smart Bezel there are three function settings that needs to be turned off using the MSprintertoolsV1.7


1. Exist paper inspection

2. Anti paper Jam

3. Anti paper pull


However this tool is only used in Windows. In Linux as long as you know the USB path of the printer, you can send the hexadecimal directly to the terminal to set the printer parameters


echo -e 'x0Ax0Ax0A' > /dev/usb/lp0


Enter the hex command in the terminal, see if the printer can print 3 lines of paper, if so, then the USB path of the printer is 



If it is USB communication, you can directly use the echo command on the terminal to send a hexadecimal command to the printer to set the printer parameters. If it is serial communication, you can directly use cutecom (serial port assistant) to send hexadecimal instructions to set printer parameters


Hexadecimal instruction to set the print width

80mm:13 74 44 77 00

72mm:13 74 44 77 11


3.  paper exist inspection : 13 74 11 44 44 

Tunred off : 13 74 11 44 bb 


4. Pull paper valid: 13 74 11 55 55 

Turned off: 13 74 11 55 aa


5. Anti paper Jam : 13 74 22 44 44 


turned off: 13 74 22 44 bb