-
汇编源代码大全2
汇编源代码大全2--Assembly source code-2.
- 2022-10-14 03:55:03下载
- 积分:1
-
串口猎人3.0
对于上位机而言:
1、建立项目;
2、在项目中插入MSComm控件
3、利用ClassWizard定义CMSComm类控制变量
4、在对话框中添加控件
5、添加串口事件消息处理函数OnComm()
6、打开和设置串口参数
7、发送数据
8、发送十六进制字符
9、在接收框中以十六进制显示
对于下位机来说:只需要将串口通信程序下载到下位机即可,不过在连接串口猎人时一定要匹配端口号和波特率。
- 2023-01-13 00:45:03下载
- 积分:1
-
linux驱动程序
linux驱动程序-linux drivers
- 2022-08-21 22:58:00下载
- 积分:1
-
IARAVR多项功能测试+protues调试例程
IARAVR多项功能测试+protues调试例程-IARAVR a number of functional test+ Protues debugging routines
- 2023-04-11 04:20:04下载
- 积分:1
-
5 英寸 TFT GUI 控制器
这是源代码,用于控制水培系统,完整的lib中的GUI和阿拉伯语,它包含控制和数据库的条目。它可以用于任何
触摸屏控制和指导。它使用XMega256和闪存。
- 2022-01-26 05:43:14下载
- 积分:1
-
基于ADE7753电量数据采集系统的代码,代码全,功能强大
基于ADE7753电量数据采集系统的代码,代码全,功能强大-Power data acquisition system code, code full, powerful
- 2022-03-12 16:15:39下载
- 积分:1
-
MSP430蓝芽无线传输
来自TI的MSP430F20xx范例,它已被调整要与快速启动的应用。如果需要从传感器数据发送到一个串行蓝牙模块这个片段是特别有用的。该方案在传送2400波特存储在串行线路的TXByte变量的数据。放置传输功能中的主循环的代替,可以更新TXByte并发送它在一个端口中断的例子。
- 2022-03-21 13:28:14下载
- 积分:1
-
C implementation using automatic device 1 advertisement light box, DC motor cont...
用C实现广告灯箱自动装置1、直流电机控制系统,控制广告牌的升降。
2、定时翻转广告,可由按键设定时长。
3、时间设置,5:00-22:00正常工作,其余时间不工作,时间可以调整。
4、到达广告的边缘部分广告停止翻转。
5、广告可以由按键设置升/降。
6、白天时间广告灯不亮,光线较暗时广告灯才亮,测试灯的好坏时可以手动控制灯光。
7、断电时保存时间及按键的设置,使广告牌到达边缘部分。
-C implementation using automatic device 1 advertisement light box, DC motor control system, control the rise and fall of advertising. 2, ads from time to time reversal, length of time set by the keys. 3, time set ,5:00-22: 00 normal job, the rest of the time does not work, time to adjust. 4, Get ads ads stop some of the edge flip. 5, ads can be set up by the button/drop. 6, ads during the day time lights are not bright, low light only bright lights when the ads to test the quality of light can control the lights manually. 7, when power-off time and save the settings button so that the edge part of advertising arrival.
- 2022-04-20 13:31:19下载
- 积分:1
-
NE2000兼容网卡驱动编写指南,搞嵌入式的朋友网络驱动入门必备资料。...
NE2000兼容网卡驱动编写指南,搞嵌入式的朋友网络驱动入门必备资料。-NE2000-compatible network adapter driver to prepare guidelines, engage in embedded Friend network drive data entry required.
- 2022-03-01 05:00:21下载
- 积分:1
-
DE2 练习源码2-1
Part I
We wish to display on the 7-segment displays HEX3 to HEX0 the values set by the switches SW15−0. Let the
values denoted by SW15−12, SW11−8, SW7−4 and SW3−0 be displayed on HEX3, HEX2, HEX1 and HEX0,
respectively. Your circuit should be able to display the digits from 0 to 9, and should treat the valuations 1010 to
1111 as don’t-cares.
1. Create a new project which will be used to implement the desired circuit on the Altera DE2 board. The
intent of this exercise is to manually derive the logic functions needed for the 7-segment displays. You
should use only simple VHDL assignment statements in your code and specify e
- 2022-03-23 22:31:42下载
- 积分:1