Catch errors in *Parse* from serial connection #954
-
I am reading incoming data on a serial port on Windows (coming from a USB connected microcontroller). I then parse the data and extract items that I then write to a .csv file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Depending on how you want to handle the errors you could try to use the |
Beta Was this translation helpful? Give feedback.
Depending on how you want to handle the errors you could try to use the
Retry
,RetryCount
,Catch
, or even a customPythonTransform
operator.