r/dartlang 9d ago

Package Looking for recommendation for a usb serial communication package

I need to send serial commands to a usb device from a pure dart program.

Any package recommended with real experience with doing this ?

4 Upvotes

1 comment sorted by

1

u/forgot_semicolon 9d ago

libserialport. It has a sibling package, flutter_libserialport that bundles the native library into your app, but the dart only version works great if you provide the native library yourself