peripage-python icon indicating copy to clipboard operation
peripage-python copied to clipboard

USB communication

Open bitrate16 opened this issue 2 years ago • 1 comments

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:

  • Implement abstract IO layer supporting^
    • connect / disconnect
    • read / write
    • is_connected
  • based on this implementation, port library from bluetooth to AbstractIO communication and support both: bluetooth and USB

bitrate16 avatar May 09 '23 21:05 bitrate16

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

bitrate16 avatar May 09 '23 21:05 bitrate16