eliastor / rt-thread

Automatically exported from code.google.com/p/rt-thread
GNU General Public License v2.0
0 stars 0 forks source link

finsh 的输出使用 rt_kprintf, 而不是shell->device, 输入输出使用不同的串口 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
finsh_set_device() 和 rt_console_set_device() 使用不同的串口

What is the expected output? What do you see instead?
finsh 的输入和输出应当在同一串口
输出使用 rt_console_set_device(), 输入使用 finsh_set_device()

What version of the product are you using? On what operating system?
1.1.0
win7

Please provide any additional information below.

Original issue reported on code.google.com by m1000...@gmail.com on 3 Jan 2013 at 12:53