STM32CubeMonitor: reading from a serial port
Hi,
first I want to say that STM32CubeMonitor (I am running 1.1.0) is a really fantastic debug tool, and it was a really good idea from ST do use nodered for this.
It makes many debug tasks A LOT easier than before and it is really a lot of fun to play with. Well done!
Now I would like to read in data not only from the MCU registers and variables, but also from the serial port of my MCU.
For this I tried to install the node-red-node-serialport package (0.11.0).
Unfortunately, with this package I get a lot of error messages in my console window:
11 Sep 16:55:53 - [warn] [node-red-node-serialport/serialport] Error: The module '\\?\C:\Users\rausch\.STMicroelectronics\stm32cubemonitor\node_modules\@serialport\bindings\build\Release\bindings.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 72. This version of Node.js requires
NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
Neither "npm rebuild" nor "npm install" changed the situation.
What can I do?
Is there a better serial port package that works with STM32CubeMonitor?

