bitrate16 / peripage-python

Python module and documentation for direct printing on Peripage thermal printers via bluetooth
GNU General Public License v3.0
77 stars 10 forks source link

USB communication #14

Open bitrate16 opened 1 year ago

bitrate16 commented 1 year ago

Based on recent research, this printer supports USB communications using the same protocol as bluetooth.

The task is to implement the USB protocol and all supply all requirements to make it work.

Steps:

bitrate16 commented 1 year ago

Second step: CUPS driver using this module and/or native implementation in C/C++