mateen-demah
mateen-demah
@Schwusch did you find a fix or workaround for this error? Facing the problem here.
> @mateen-demah I did port the [Golang serial library](https://github.com/bugst/go-serial/blob/v1.5.0/serial_unix.go#L292) function for getting a more valid list of ports, but abandoned that code in favour of just filtering on vendor/product ID....
Thanks @Schwusch I'll try that out. In my case, I don't just want to present the ports so I really need that object.
Thanks @mingpepe . For my usecase I'm only interested in USB devices so I put a try block around the port creation code and just skipped when something went wrong....
downgrading to auto_route 7.8.0 worked for me. I had the same problem as reported by @Santa160 . In my case, I can't upgrade flutter because 3.13.x requires xcode 14 which...
@cperisson1 did you find a solution to this?
@hosseinvejdani have you found a way to this?
> something like this? https://pub.dev/documentation/dart_serial_port/latest/dart_serial_port/SerialPortReader-class.html > > an example: > > ``` > void createReader(SerialPort serialPort) { > final portReader = SerialPortReader(serialPort); > readerSubscription = portReader.stream.listen((newData) { > log("new data...
Alright. Thanks @ohdonpiano , maybe I should take a look all the possible SerialPortErrors to find one I can look out for.
Facing the same issue, @schultek is a fix coming anytime soon? @brash-ram did you find a way around it?