jpnurmi / flutter_libserialport

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

iOS support #64

Closed pieterbergmans closed 2 months ago

pieterbergmans commented 1 year ago

Hi...I was wondering if this library will offer iOS support soon? I noticed that https://pub.dev/packages/libserialport is currently supporting it.

Thanks.

karniv00l commented 1 year ago

I think that's a mistake, as far as I know you can't use serial port via USB or via bluetooth classic because of the MFi (made for iPhone) program. The only option is to use BLE for communication

marcio-pessoa commented 1 year ago

I believe @pieterbergmans got confused with iOS and macOS. Both are different things.

As @karniv00l wrote, libserialport does not support iOS. https://pub.dev/packages/libserialport

Probably this issue could be closed.