Hello, i've a discontinuous communication on RH in Linux Mint 21.
When connected to my printer the software seems waiting OK response back from Marlin so the manual control stats bar tab shows a number of command waiting to be executed and little to no communication logs scrolling down.
If i send some manual ok waiting commands are sended however there is an inconsistent communication keep waiting randomly.
Scanning for serial port params i've detected an IGNBRK flag configured by default by RH on connection start.
My solution is removing that flag (stty -F <port> -ignbrk) then communication works as intended.