Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 915
teamvietdev Avatar asked Nov 14 '18 02:11

teamvietdev


1 Answers

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

like image 75
Francesco Vezzani Avatar answered Nov 10 '22 09:11

Francesco Vezzani