Update 'libsharperang/usb.cs'

This commit is contained in:
Maff 2019-08-27 10:57:05 +00:00
parent b7603a4736
commit 3b3cddc68d
1 changed files with 9 additions and 7 deletions

View File

@ -104,6 +104,8 @@ namespace libsharperang {
}
}
public class USBPrinter : Base, IPrinter {
// TODO - work out if it's possible to get this working with the default usbprint.inf driver Windows uses on plugging in
// otherwise any user would have to first use Zadig to change the driver to WinUSB
private UsbDevice _uDv;
private UsbEndpointWriter _uWr;
private UsbEndpointReader _uRd;