⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.serial_multi

📁 F:worksip2440a board可启动u-boot-like.tar.gz F:worksip2440a board可启动u-boot-like.tar.gz
💻 SERIAL_MULTI
字号:
The support for multiple serial interfaces as implemented is mainlyintended to allow for modem dial-in / dial-out while still being ableto use a serial console on a (different) serial port.At the moment, the ports must be split on a SMC and a SCC port  on  a8xx processor; other configurations are not (yet) supported.Support for hardware handshake has not been implemented yet (but isin the works).*) The default console depends on the keys pressed:	- SMC if keys not pressed (modem not enabled)	- SCC if keys pressed (modem enabled)*) The console can be switched to SCC by any of the following commands:	setenv stdout serial_scc	setenv stdin serial_scc	setenv stderr serial_scc*) The console can be switched to SMC by any of the following commands:	setenv stdout serial_smc	setenv stdin serial_smc	setenv stderr serial_smc*) If a file descriptor is set to "serial" then the current serial devicewill be used which, in turn, can be switched by above commands.*) The baudrate is the same for all serial devices. But it can be switchedjust after switching the console:	setenv sout serial_scc; setenv baudrate 38400After that press 'enter' at the SCC console. Note that baudrates <38400are not allowed on LWMON with watchdog enabled (see CFG_BAUDRATE_TABLE ininclude/configs/lwmon.h).

⌨️ 快捷键说明

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