搜索资源列表
sxJv11.rar
- 12F629开发的中控锁,可以控制两个继电器.带学习功能,Lock 12F629 developed to control the two relays. With learning function
modbus-51-src
- 汇编,C 源码 用STC89C58单片机做的数据采集和控制,12位AD转换使用TLC2543,通讯协议采用MODBUS(RTU),通过拨码开关改变从机地址,支持模拟量或数字量的读写。(4路模拟量输入、6路开关量输出(继电器输出)、8路开关量输入)开发环境:KEIK 7.06 (2006-7-5,C-C++,61KB,17次) -Microcontroller to do with STC89C58 data acquisition and control, use 12-bit AD
PIC
- PIC16F877入门程序和仿真原理图,包括LED,数码管,1602,LCD12864,矩阵键盘,继电器,定时器,等内容。-PIC16F877 entry procedures and simulation schematic diagram, including the LED, digital tube, 1602, LCD12864, matrix keyboards, relays, timers, and so on.
stc232
- 1.通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过LED数码管显示其ASII码,而且单片机又将这个数发回PC端,并在PC端显示出来,从而实现单片机与PC机的通讯 2.可以实现对下位机数据实时采集(如温度,程序中设定的是37摄氏度) 3.可以控制流水灯或继电器开关等-1. Through the PC-side debugging tools for serial port, from the PC client sends a hexa
laser0918
- 三个DS18b20测温点,三选二控制策略,485通信控制,自保持继电器控制,at89c2051控制-3 DS18b20 temperature measurement points, three selected two control strategies, 485 communication control, self-holding relay control, at89c2051 control
MCU40experimentalkeilSourceC
- 单片机的40个实验pdf+keil源码C+电路板原理图,包括IO,LED,按键,定时器,中断,温度传感器18b20,实时时钟DS1302,矩阵键盘,红外收发,LCD1602,直流电机,继电器等源码及说明。配电路板原理图。-SCM 40 experimental pdf+ keil Source C+ circuit board schematics, including the IO, LED, buttons, timers, interrupts, temperature sensor 18
c5
- 以上是单片机控制的典型应用 包括了中断 时钟 继电器输出 串口通讯 这要在单片机上才能运行起来-The above is a typical MCU control applications include a serial communication interrupt clock relay outputs which should be up and running on a microcomputer
jidianqi
- 51单片机控制实现,继电器控制实验,C语言例程。-51 SCM implementation, relay control experiments, C language routine.
51_mcu_examples
- 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832 19 RS485通讯 20 直流电机 21 定时器0
c-language
- 介绍了采用c语言编写单片机程序的实例。有矩阵键盘,液晶显示,时钟,数码管扫描,红绿灯,继电器等程序。-Describes SCM using c language program examples. A matrix keyboard, LCD display, clock, digital scanning, traffic lights, relays and other procedures.
C
- 单片机控制继电器,用杜邦线把继电器输入端口和P1.1连接起来 按键s1吸合 s2释放继电器-SCM control relay, the relay with the DuPont line connecting the input port and P1.1 pull s1 s2 key release relay
C-Alarm
- 本程序是温度控制器报警器,当温度大于设置值时,蜂鸣器报警鸣叫,并且继电器吸合。-Temp control alarm
WXMKTEST.C
- 摘要:VC/C++源码,系统相关,无线遥控 单片机无线遥控接收模块C程序源码: void main(void) { P2_7=0 //开数码管显示 选通左右侧的数码管 P0=0xc0 //初始显示数字0 while(1){ P1=0xff //P1口设置为输入状态 先全部写1 i=P1 //赋值给临时存贮变量 i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线
51-Relay-control-c-C-source-
- 51 Relay control c C source,51单片机C程序————-继电器控制C语言源码,很好,很实用~~~用杜邦线把继电器输入端口和P1.1连接起来 按键s1吸合 s2释放继电器 sbit key1=P3^0 //定义按键位置 sbit key2=P3^1 //定义按键位置 sbit RELAY = P1^1 -51 Relay control c C source,
C
- 单片机继电器源程序,适用于新手学习单片机-Microcontroller relay source code, suitable for beginners learning microcontroller
99.C
- 数码管99小时99分99秒倒计时器,当倒计时完成后可由继电器输出控制设备,蜂鸣器响!经STC89C54测试通过!-Digital tube 99 hours 99 minutes 99 seconds countdown, when the countdown is completed by relay output control device, the buzzer! Through after STC89C54 testing!
hongwai-lcd.c
- 基于51单片机的 红外+LCD+继电器C程序显示 实现的功能较多,比较适合初学的人。-Based on 51 single-chip infrared+LCD+ relay C program display of more functions, more suitable for beginners person.
按键控制继电器通断
- 利用c语言程序实现按键控制继电器通断的程序代码(The use of C language program to achieve the button control relay off the program code)
串口继电器PLC测试
- 通过串口控制继电器动作,从而实现对中间件的控制(Control relay action by serial port)
电脑windows控制usb继电器c#范例
- 一,开发库在Vistual Studio 中的使用方法 1. 打开工程项目 2. 拷贝usb_relay_device.dll到你的应用程序生成目录中 二、开发库函数使用方法 1. 调用usb_relay_init()函数初始化 2. 调用usb_relay_device_enumerate()查找插入到电脑中的所有USB免驱继电器模块 3. 调用usb_relay_device_open()打开你需要操作的设备; 调用usb_relay_device_open_with_ser