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:
- stty
- setserial
- Linux Serial Ports Using C/C++ | mbedded.ninja
- Setting non-standard baud rate to Serial Port (embeddedguruji.blogspot.com)
could you help me here aswell?