I have a flow running on a Raspberry Pi that has two serial nodes that communicate with an Arduino - one for reading from the Arduino, one for writing back to it. Most of the time both nodes work properly, but for some reason right now the write node will connect successfully to the serial port but the read node will not. I've rebooted the Pi to see if that would help, but it did not.
Details:
Raspberry Pi model 4
Node red version 1.3.5
node-red-log reports the serial connection error:
Welcome to Node-RED
===================
26 Aug 13:48:15 - [info] Node-RED version: v1.3.5
26 Aug 13:48:15 - [info] Node.js version: v14.17.1
26 Aug 13:48:15 - [info] Linux 5.10.17-v7l+ arm LE
26 Aug 13:48:16 - [info] Loading palette nodes
26 Aug 13:48:18 - [info] Dashboard version 2.30.0 started at /ui
26 Aug 13:48:18 - [info] Settings file : /home/pi/.node-red/settings.js
26 Aug 13:48:18 - [info] HTTP Static : /home/pi/github/donie.us
26 Aug 13:48:18 - [info] Context store : 'default' [module=memory]
26 Aug 13:48:18 - [info] User directory : /home/pi/.node-red
26 Aug 13:48:18 - [warn] Projects disabled : editorTheme.projects.enabled=false
26 Aug 13:48:18 - [info] Flows file : /home/pi/.node-red/flows_poolcontrol.json
26 Aug 13:48:18 - [info] Server now running at http://127.0.0.1:1880/admin/
26 Aug 13:48:18 - [info] Starting flows
26 Aug 13:48:19 - [info] Started flows
26 Aug 13:48:19 - [error] [serialconfig:8290e893.ce4a18] serial port /dev/ttyUSB0 error: Error: Error: No such file or directory, cannot open /dev/ttyUSB0