I'm trying to make a flow that reads data from an arduino's COM port, and then log it to a file and display it on my dashboard. I also want a notification to popup when the device is disconnected, or a serial-related error occurs.
Basically, I want to somehow capture these lines in red:
The Catch node doesnt seem to catch those errors ..
is it because its thrown by the serial-port's Config node and not the actual serial-in node itself ?
( with no ability to link a Catch node to a Config node )
I think the Status node will pick up a change in status if it goes from "connected" to "not connected" and vice versa but if its "not connected" from the start it wont detect it ? and you may miss a notification