You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to specify the vendorId and productId of the device to be proxied in DeviceProxy_LibUSB::connect.
We should add a method to select any device which has a specific device class. That way we do not need to change these values for each printer model which will be used in the future.
We want the software to recognize that a newly connected device is a printer (i.e. has a specific device class) and automatically starts using it (hot-plug approach). Other device classes should be ignored.
The text was updated successfully, but these errors were encountered:
Currently, it is possible to specify the vendorId and productId of the device to be proxied in
DeviceProxy_LibUSB::connect
.We should add a method to select any device which has a specific device class. That way we do not need to change these values for each printer model which will be used in the future.
We want the software to recognize that a newly connected device is a printer (i.e. has a specific device class) and automatically starts using it (hot-plug approach). Other device classes should be ignored.
The text was updated successfully, but these errors were encountered: