I've spent a few hours searching for answers but my Google-Fu is terrible, it seems (or perhaps this isn't possible)...
I have a Pi Model B on which I want to set the Pi's UART to 115,200 baud and enable RTS/CTS by default. I'd like this to be effective on boot. This is so I can see the console output on an RS-232 display which is attached to the UART.
The Pi defaults to 115,200 baud anyway it seems (cmdline.txt) but the display can't keep up and is trying to notify the Pi as such by way of flow control. The result is lots of garbled/missed characters!
How can I enable flow control from boot? The best I can seem to do is enable it after the Pi has already booted, by way of running
Code: Select all
./rpirtscts on
Code: Select all
stty -F /dev/ttyAMA0 crtscts