-
03-多路ADC转换-模拟串口发送
在stc51单片机上实现对多路ADC、串口的控制例程(Stc51 MCU in the realization of multi-channel ADC, serial control routines)
- 2017-06-24 09:43:15下载
- 积分:1
-
AdvanAI
调用研华PCL数据采集卡进行采集数据例程,很容易理解,舍弃了繁琐功能!(Call Advantech PCL data acquisition card for data collection routines, it is easy to understand, abandoning the cumbersome features!)
- 2015-04-13 15:59:50下载
- 积分:1
-
flashrwcode
说明: 针对两种flash所写的读写程序,公布我原来写的针对两种flash所写的读写程序,用的单片机是51系列!(against two flash reader written procedures, I was originally announced against two flash reader written procedures, the MCU is 51!)
- 2006-05-12 21:28:13下载
- 积分:1
-
IcCard
基于VC++6.0应用MSCOMM控件的串口通信上位机程序,实现与51单片机的通信(Based on VC++ 6.0 Application MSCOMM control PC serial communication procedures, with 51 single-chip communication)
- 2008-08-11 10:46:37下载
- 积分:1
-
simpedvr
网上买到的 HI3518 下的 简单DVR CODE, 需要你了解 3518 SDK, 才能编译, (Simple DVR CODE HI3518 under buy online, you need to understand 3518 SDK, you can compile,)
- 2015-11-02 13:54:59下载
- 积分:1
-
input-asle
输入通道捕捉程序,适用于飞思卡尔JM60单片机,用于捕捉信号。(The input channels capture program for the Freescale JM60 microcontroller used to capture the signal.)
- 2012-07-14 22:30:56下载
- 积分:1
-
SPI-429-249
用于步进电机细分驱动,MSP430F149配置TMC429,进而驱动TMC249,细分驱动(Subdivision driver for stepper motor, MSP430F149 configuration TMC429 turn drives TMC249 Subdivision Driver)
- 2013-04-02 21:32:20下载
- 积分:1
-
vb_温湿度_Access
说明: 100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
- 2020-06-18 06:20:01下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
XListCtrl_demo-20140610
主要是完成Listctr的封装,和对于xlistctrl
的一个实例程序 (The main package is completed Listctr)
- 2014-06-10 21:58:28下载
- 积分:1