The firm im working in is looking for a replacement for the RPi CM4.
The CM3 is connected to one of our controllers which sends data every second to the uart but cat /dev/ttyS2 has no output. And we only use baudrate 115200, thats why im asking.
I tried that with multiple ways but it never seems to change the baudrate.
Things that I tried:
Maybe CuteCom is what you need. It’s a a GUI program to communicate over serial lines. It can configure the port (including baudrate) too and you will have bidirectional communication. Or, use
I used hTerm and got it working now.
The problem was that when I was sending something it allways came back
instead of cat printing it.
So I had to add more Settings to the stty and then it worked.