teamvietdev
teamvietdev

Reputation: 91

Communication Usb Device in Flutter

In Android, I am using UsbManager and UsbDevice to connect to the device. I want to communicate with the UsbDevice in Flutter but do not know how to do it.

Thanks!

Upvotes: 8

Views: 9867

Answers (1)

Francesco Vezzani
Francesco Vezzani

Reputation: 93

Hey i have the same issues, but i found this flutter_usb_write. It can be useful but it's a very new plug-in so i'm testing it but I'haven't already the solution. If you want you can try to use it i'll do too, and if i found something interesting i'll tell you. flutter_usb_write

Upvotes: 3

Related Questions