jpnurmi / flutter_libserialport

Serial Port for Flutter
https://pub.dev/packages/flutter_libserialport
MIT License
139 stars 80 forks source link

Cant open port on MacOS #105

Closed Oskar888 closed 2 days ago

Oskar888 commented 3 weeks ago

I have problem cuz i cant open port on MacOS, when i run same code on Windows it works.

chochstedler commented 1 week ago

Having the same issue. Did you get it resolved?

EDIT: Add the following to Debug and Release Entitlements <key>com.apple.security.device.serial</key> <true/>

Oskar888 commented 2 days ago

I confirm that work