当前位置:
首页
资源下载

搜索资源 - interruption serial c time
搜索资源列表
-
0下载:
5 ledblink -- 跑马灯程序
该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。
6 timerint -- 定时器中断demo程序
该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。
该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。
在57600超级终端里也可以看到中断发生时的信息。
7 uart -- 串口测试程序
该项目在SDT2.5
-
-
0下载:
学习使用 C8051F1xx 单片机中断方式实现串口通信。使用中断定时实现串口通信。使用串口调试工具向串口发送一个字节的数据,可以观察到串口工具可以接收到刚才发送的数据。,C8051F1xx study the use of single-chip serial communication interruption means. Interrupted from time to time to achieve the use of serial communication. Serial deb
-