jpnurmi / libserialport.dart

Serial Port for Dart
https://pub.dev/packages/libserialport
GNU Lesser General Public License v3.0
86 stars 34 forks source link

How to debug libserialport on MacOS? #73

Open grait opened 1 year ago

grait commented 1 year ago

I just used libserialport with flutter_libserialport. On Windows everything seems to be fine, but on MacOS (I have a MacBook with M1 chip) the sending of data does not work. Now I like to debug this problem and want to ask for your help. Is there a standard approach? I already checked that the output buffers contain the correct data. After this point I am "blind"...

karniv00l commented 1 year ago

I have the flutter package working on M1 Max. I can try to help you

grait commented 1 year ago

That would be great. Did you anything special with the device config? Do you have a code sample?