SyntaxFix
Write A Post
Hire A Developer
Questions
You can set a custom baud rate using the stty command on Linux. For example, to set a custom baud rate of 567890 on your serial port /dev/ttyX0, use the command:
stty
stty -F /dev/ttyX0 567890