flutter_libserialport
flutter_libserialport copied to clipboard
Unhandled Exception: SerialPortError: Interrupted system call, errno = 4
I got the above error. Can someone shed some light what this error all about? Thanks
same problem
I have found the solution :
- Enable serial port permission. You can follow https://websistent.com/fix-serial-port-permission-denied-errors-linux/. Don't forget to logout your desktop account first to take effect.
- Make sure the port is open. adding
port.open(mode: 1);
. You can check it usingport.isOpen();
That's work on my ubuntu + arduino (as data source)
I have this even when its open and fine :S
any update on this please...i am facing the same issue even though the port is open.
We put permission handling in todo. Activity is tracked in #76 Closed