79272499

Date: 2024-12-11 16:40:09
Score: 1
Natty:
Report link
import logging
from escpos.printer import Usb
logging.basicConfig(level=logging.DEBUG)
p = Usb(0x0456, 0x0808, 0)
p.text("Hello World\n")
p.cut()`enter code here`

and i got the error, dont know why File "D:\codes\print.py", line 7, in p.text("Hello World\n")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shuhaib Pzr