readme.txt
来自「S3C2410底层keil版--UART」· 文本 代码 · 共 19 行
TXT
19 行
程序正确运行后,会在超级终端上输出如下信息:
boot success...
Embest Arm S3CEB2410 Evaluation Board
UART0 Communication Test Example
Please input words, then press Enter:
如果输入字符就会马上显示在超级终端上(假设输入为123abc),输入回车符后打印一整串字符:
123abc
The words that you input are:
123abc
end.
UART0 Communication Test Example
Please input words, then press Enter:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?