-
00.c
基于单片机的数字电容表设计代码,包含数码管的显示(Based on single chip microcomputer digital capacitance table design code
)
- 2013-04-26 16:02:20下载
- 积分:1
-
Modbus_HoldStart)
modbus通信程序,可用组态软件的驱动程序开发(modbus communication program, available configuration software driver development)
- 2014-02-22 14:42:15下载
- 积分:1
-
Virtualserialport
虚拟串口,在Proteus中可用实际串口与其通信(Virtual serial port, available at Proteus its actual serial communication)
- 2009-03-22 23:44:31下载
- 积分:1
-
GSM_MSP430
基于MSP430单片机下的GSM模块开发源代码(MSP430 microcontroller development under the GSM)
- 2013-07-01 16:18:20下载
- 积分:1
-
vb-recive-many-frames
以定时的方式接收下位机传送的多帧数据,接收准确,实时性很强(In time to receive the next crew of the multi-frame data transmission, receive accurate, real-time strong)
- 2011-10-05 22:32:25下载
- 积分:1
-
HSDL7001PDF
红外通信装置
HSDL-7001PDF资料(Infrared communication device
HSDL- 7001 PDF data
)
- 2014-08-07 20:48:06下载
- 积分: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
-
STM32L152-ADC_DMA
STM32L152VB的AD采集程序,7通道DMA方式采集,通过串口发送到PC,本人查阅多方资料亲自编程测试,可直接用。附带STM32L152VB工程模板,本人根据资料自己建的。(The AD STM32L152VB acquisition program, 7 channel DMA acquisition, through the serial port to send to the PC multi access information, I personally programming test, can be directly used. With STM32L152VB project templates according to the data, I built myself.
)
- 2014-11-25 15:19:29下载
- 积分:1
-
msp430f5438system_Chinese-Materials
msp430f5438系统中文资料(全)(msp430f5438system_Chinese Materials)
- 2013-09-09 09:12:43下载
- 积分:1
-
VB
说明: VB串口通讯实例
高精度电压表(24bit) VB源程序(VB serial communication example high precision voltage meter (24bit) VB source code)
- 2007-09-16 22:37:48下载
- 积分:1