label_printer/test.py

6 lines
106 B
Python
Raw Normal View History

2024-09-12 18:44:00 +00:00
import ctypes
mylib = ctypes.CDLL('./library_bridge.so')
2024-09-12 19:46:29 +00:00
mylib.printimg("/dev/usb/lp0".encode('utf-8'))