I searched for files and found<br>./c/src/lib/libbsp/bfin/bf537Stamp/include/bsp.h:59:#define CONSOLE_FORCE_BAUD   57600<br>It is defined at bsp.h so I decided that this is the default baud rate. However this baud rate does not work (ticker spits out messages every 5 secs in unknown language)<br>
I also tried using other speeds like 11520 38400 and others.<br>It doesn't help either.<br>What can be the possible reason? <br>Also I read termios man and couldn't anderstand why it is useful for me.<br>Thank you.<br>
<br>