Hello,
I have solved the issue by myself, simply moving in the main loop() the alternate call to :
pzemSerial.begin(9600); //Baud Rate as 9600… sopra sembra non farcela
node.begin(slaveID, pzemSerial)
and after :
inverter.begin();
…
It works very well
Thank-you
Best regards
Ugo