Hello Paul here.
I have a "strange" problem with a serial port from a Inverter that I want to connect to. My system is as follow:
OS : Windows 10
Node Red :
Node been used : node-red-node-serialport
The Communication format
Baud rate : 2400
Start bit : 1
Data bit : 8
Parity bit : N
Stop bit : 1
Then to receive data you first need to send a CRC command and then the Inverter responds with the data , in my case the command would be : 51 50 49 47 53 B7 A9
When I send the command it seems as if no data is received from the inverter but when I use a serial port monitor I can see that Node Red is injecting the command and the inverter responds with data but it does not show up in the message payload.
What am I missing? Is there some other node that I must first load to be able to see the data coming from the inverter?
Here is a picture of the setup : you will see that it also shows as Connected as well.

Thank you for taking the time to assist!
Best regards
Paul