Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB communication #14

Open
bitrate16 opened this issue May 9, 2023 · 1 comment
Open

USB communication #14

bitrate16 opened this issue May 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bitrate16
Copy link
Owner

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 bitrate16 added the enhancement New feature or request label May 9, 2023
@bitrate16
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant