-
PCliushuideng
用电脑串口控制单片机流水灯状态,用电脑串口控制单片机流水灯状态(Serial control with a computer chip light water status)
- 2013-07-12 15:19:34下载
- 积分:1
-
wannianli
这是一个自制万年历的显示程序。能显示温度日期时间等。。。。。。(This is a homemade calendar display program. Can display the temperature of the date and time. . . . . .)
- 2012-06-22 14:49:14下载
- 积分:1
-
rs485
通过RS485端口不停地发送数据0xaa用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。(Through the RS485 port to send data continuously 0xaa observed with an oscilloscope RS485 ports A, B signal waveforms or use the RS485 line receiver sends characters.)
- 2013-08-02 08:59:55下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
100T2
汽车横、轨道衡,电子汽车衡技术协议说明文档资料(Automotive Wang, railroad track scale, electronic truck scale information technology agreement documentation)
- 2007-08-21 22:00:52下载
- 积分:1
-
simServer
仿真讯鸟的坐席服务器的软件。在没有CTI的工作环境下,也可以适合作呼叫中心坐席软电话开发(simulation appear birds dine server software. CTI in the absence of the working environment, they can be suitable for call center soft phone development Seat)
- 2007-01-21 18:18:41下载
- 积分:1
-
YL-64
TCS3200颜色传感器测试程序以及有关说明pdf文件,测试可用讲解详细(TCS3200 yan se chuan gan qi cheng xu ji you guan shuo ming)
- 2016-03-02 19:00:25下载
- 积分:1
-
MATLAB-and-51-
单片机和matlab串口通信程序,简单易用(Microcontroller and matlab serial communication program, easy to use)
- 2015-03-24 10:18:39下载
- 积分:1
-
timer
时钟的应用源代码,可以让初次设计有关定时操作的人员借鉴。 (Clock application source code, allowing designers about the timing of the initial operation of reference.)
- 2014-01-20 15:55:52下载
- 积分:1
-
VByu18b20
单片机通信,vb与18b20温度传感器通信资料,包括上位机和下位机程序(Single-chip communication, vb and 18b20 temperature sensor communication data, including upper and lower machine program)
- 2012-08-05 14:00:06下载
- 积分:1