bauds.htm

来自「mips架构的bootloader,99左右的版本 但源代码现在没人更新了」· HTM 代码 · 共 28 行

HTM
28
字号
<title> Choosing and Setting Baud Rates </title><h1 align=center>Choosing and Setting Baud Rates</h1><!--INDEX "Choosing and Setting Baud Rates" -->To minimize download time, use the highest mutually acceptable baud rate for the host and target. <p>On the target, use the stty command to set the baud rate. For example,to set the baud rate on the target board's tty1 port to 19200 baud,enter the following command line at the debug <ahref="mondef.htm">Monitor</a>'s prompt:<p><pre>	PMON> <a href="c_stty.htm">stty</a> tty1 19200</pre>On the host, the way the baud rate is set depends on the host type and the <a href="debgs.htm">debugger</a> you have selected.<p></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?