|
Using wiringPi, the fastest UART configurable in serialOpen is 230,400 baud.
I would like to try faster speeds and nonstandard baud rates.
While researching the issue for the ubiquitous RPi, the solution was to increase a variable called init_uart_clock that was found in /etc/config.txt or boot/config.txt
I cannot find either of these files in my Armbian Jessie OPi PC system.
Has anyone tried altering the baudrates to higher, or nonstandard values? I would like a solution that my program can set, then unset when it terminates.
Thanks, |
|