fbergama / pigfx

PiGFX is a bare metal kernel for the Raspberry Pi that implements a basic ANSI terminal emulator with the additional support of some primitive graphics functions.
MIT License
275 stars 60 forks source link

Feature request: Configurable terminal speed #9

Closed linker3000 closed 4 years ago

linker3000 commented 6 years ago

The ability to choose terminal speeds - at least 115200 and 57600 - would be useful.

piecafe commented 5 years ago

@linker3000 In case it helps, you might like to know that you can tweak/hack the terminal speed by adding/modifying the config.txt file on the SD card. The default value for init_uart_clock is 3000000 and I found that by dividing this by 3 I can run at 38400 baud to match my down-clocked RC2014 bus. Not the most elegant solution, but seems to work as a workaround.

chregu82 commented 4 years ago

Terminal speed is now configurable in the config.txt file.