woodemi / libusb.dart

Dart wrapper via dart:ffi for https://github.com/libusb/libusb
BSD 3-Clause "New" or "Revised" License
40 stars 23 forks source link

Request for example code #13

Closed mjafartp closed 2 years ago

mjafartp commented 3 years ago

How to get List of Printers and Send Data to printer using this plugin ?

Like Example in escpospp

Sunbreak commented 3 years ago

Sorry, I've no idea how to use libusb to control random printers. We only test locally with our own USB devices

mjafartp commented 3 years ago

How to connect device and send row data ?

Sunbreak commented 3 years ago

quick_usb is implemented on Win/Mac/Linux via libusb.dart

Check the example https://github.com/woodemi/quick_usb/blob/master/example/lib/main.dart

Sunbreak commented 2 years ago

I'd like to close it if no further info