搜索资源列表
1.10_Makefile_printf_mytool
- 本人这次上传的代码就是在Linux下面利用gcc或者armv4l-unknown-linux-gcc工具进行编译运行的。本代码主要特色是在教大家如何规范的写Makefile文件。另外,此代码也可以在Windows下的超级终端上运行,前提是要安装交叉编译工具(就是armv4l)。遇到问题的可以留言,本人乐于帮你解答。-From the code I was using gcc in Linux or the following armv4l-unknown-linux-gcc compiler t
exp2
- 从PC机的超级终端接受两个数和一个运算符,通过串口传给嵌入式系统,按操作符计算完两数后,把结果发还给PC机的超级终端,调试该程序,直到运行结果正确为止。(实现多位数的加减乘除)-From the PC-HyperTerminal to accept two numbers and an operator, passed through the serial port embedded systems, according to the calculation operator finished
eint
- 超级终端显示实时时钟,ads项目打开rtc.mcp编译然后下载到2440板上运行。-HyperTerminal displays the real-time clock, ads project open rtc.mcp compiled and then downloaded to the 2440 board running.
chuankouchuanshu
- 本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。-The experimental results obtained for the open HyperTerminal, set the baud rate to 115200 bits of data flow control to none.
LEDallON
- 在uC/OS-II下,控制LED全亮,全灭,控制步进电机转,控制超级终端显示-UC/OS-II, the control LED full light, body, control the stepper motor turn, control the HyperTerminal display
Touch-screen
- 实现触摸屏控制直流、步进电机的加速和减速、正反转;并在超级终端和液晶屏上同步显示转速-Touch screen control DC, stepper motor acceleration and deceleration, reversing speed and synchronized display in HyperTerminal and LCD screen
ARM-UART
- ARM监视串行口,将接收到的字符发送到字符再发送给串口,即按PC机键盘通过超级终端发送数据,开发板将接收到的数据再返还给PC,在超级终端上显示。-ARM monitors the serial port, the received characters are sent to a character and then sent to the serial port, ie the PC keyboard to send data via HyperTerminal, the board will
hyperterminal
- hyperterminal程序,图形界面友好,可供参考-hyperterminal interface
2_1_uart_echo
- lpc1788-2_1_uart_echo 例程描述: 本例程实现 UART0、UART1 的回显功能。 操作过程: (1)将代码运行起来,开发板上四个 LED 灯呈现流水灯模式闪烁。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。 (3)超级终端与开发板成功连接后,在键盘中输入任何字符,则在显示窗口中显示相 应字符(回显功能)。 -Lpc1788-2_1_uart_ec
2_2_uart_shell
- lpc1788-2_2_uart_shell 例程描述: 本例程在串口 0 的通信基础上,添加了一些简单的命令行处理过程。 操作过程: (1)打开一个串口终端,将代码运行起来。这时 4 个 LED 灯呈现流水灯显示模式。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。在超级终端中输入 回车,终端上显示“->”。 (3)在串口终端中输入“help”,会显示相关命令的帮助信息,