Пишут что UART до 4 мегабит в секунду можно разогнать:
After reading around, I did some testing to see what the maximum achievable baud rate is. Using the latest stable raspbian build (3.6.11+) and editing init_uart_clock in /boot/config.txt, I was able to get up to 4Mbaud read speeds. However, past that point it seems that the linux OS stops support, as bits/termios.h has __MAX_BAUD at 4Mbaud (http://repo-genesis3.cbi.utsa.edu/cross ... .html#:172).
I would think that going up to 15.6Mbaud would be feasable, considering that baud_rate=250MHz/(8*(1+baud_reg)), but I'm at a loss as to what to do to get past the 4Mbaud limit.
https://www.raspberrypi.org/forums/viewtopi...=44&t=17559Только если UART там один и используется как системная консоль сначала надо его отсоединить, что не очень хорошо.
Сообщение отредактировал IgorKossak - Nov 26 2015, 19:27
Причина редактирования: бездумное цитирование