Greetings!
I want to enable Serial3 port in Marlin 2.0 firmware with different baudrate than Serial0.
I see that Marlin disables standard HWserial and configures the communication with its own methods.
I'm not sure what I have to modify. I have declared a new object as MarlinSerial Mserial3 and I have tried to configure Serial3 port baudrate but it modifies Serial0 baudrate too.
Does it exist the chance of configure Serial3 with standard HWserial separately? Through that port the communication won't be so continuous so I don't really need specified rx/tx buffer setups and other stuff. With the standard is enough.
Thanks in advance for your help.
I want to enable Serial3 port in Marlin 2.0 firmware with different baudrate than Serial0.
I see that Marlin disables standard HWserial and configures the communication with its own methods.
I'm not sure what I have to modify. I have declared a new object as MarlinSerial Mserial3 and I have tried to configure Serial3 port baudrate but it modifies Serial0 baudrate too.
Does it exist the chance of configure Serial3 with standard HWserial separately? Through that port the communication won't be so continuous so I don't really need specified rx/tx buffer setups and other stuff. With the standard is enough.
Thanks in advance for your help.