I'm running node-red 0.20.5 on an RPi 3 B+ with Raspbian GNU/Linux 9.8 (stretch) and node-red-serial-port 0.8.1. Since upgrading from node-red 0.19.5, the serial in node has started behaving strangely.
Messages are being transmitted from another PCB to the RPi every second, but mostly I get no data. Every few minutes I get either a "-1" message or garbage such as this: "�~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~���~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~����~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~��~~��~��~?�~��~���~�����~��?���~���~?���~��~?~��~?�~��~���~���~�~�~����~��~..."
I should be receiving a short string every second about 16 bytes long and terminated with '\r' (CR, ASCII character 13).
Any clues as to what has changed between 0.19.5 and 0.20.5 that could cause this?