CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 温度 pc

搜索资源列表

  1. sebntuzi

    0下载:
  2. [lbshuzi.rar] - 本文主要研究单片机(80C51)在多点温度采集控制系统中的应用。通过A/D转换器ADC0809把集成温度传感器AD590采集的经过处理的模拟信号转换成数字信号,然后把转换好的数据传送给单片机,由单片机对数据进行有目的得操作。如,在数码管上实时显示温度值,把数据传送给上位机等等。 -[Lbshuzi.rar]- This paper studies the microcontroller (80C51) acquisition in a multi-point
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:56706
    • 提供者:张超
  1. wenduxishu

    0下载:
  2. 用MCS-51单片机开发的用于测量温度系数的AD转换程序,内含VB程序,可实现上位机控制 -With MCS-51 microcontroller developed for measuring the temperature coefficient of the AD conversion process, containing the VB program, enabling PC control
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:41242
    • 提供者:徐巧
  1. MCUPDS1302PLCD1602PDS18B20PVB

    0下载:
  2. 用单片机、DS1302、LCD1602和DS18B20实现温度记录仪的设计。将数据通过串口将发送到上位机。上位机的串口接收程序采用VB软件编写。-With single-chip, DS1302, LCD1602 and DS18B20 achieve temperature logger design. The data will be sent through the serial port to the PC. PC' s serial port to receive program
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:485961
    • 提供者:王晓辉
  1. temp

    0下载:
  2. 多路温度采集的上位机,适用于各种初学设计与低要求设计-Multi-channel temperature acquisition PC
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:46801
    • 提供者:智再新
  1. adptemp-detect-ucos

    0下载:
  2. 在STM32上编写实时操作系统uc/os2,同时运行5个任务,实现led灯扫描,检测板上cpu温度和片外温度,当两个温度相差过大时,通过蜂鸣器报警,同时通过USART串口向PC机发送报警信号,并接受PC机的消除报警指令取消报警。-In STM32 written on real-time operating system, at the same time running os2/uc five task, realize led lamp scanning, detecting board o
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:592852
    • 提供者:郭攀
  1. STC12C5A60S2-and-DS18B20-UART

    1下载:
  2. 基于单片机STC12C5A60S2和温度传感器DS18B20的测试程序,内含两个程序,分别是单片机程序及VB6上位机程序,通过串口进行通讯-Microcontroller-based temperature sensor DS18B20 STC12C5A60S2 and testing procedures, includes two procedures, namely, single-chip program and VB6 PC program to communicate through
  3. 所属分类:SCM

    • 发布日期:2015-07-29
    • 文件大小:189440
    • 提供者:greatway
  1. ObjectBook

    0下载:
  2. 设计一个机房环境监测系统,实现机房温度检测,该机房环境监测系统程序应实现下列功能: (1)能够检测到机房周围的温度,并显示在开发板上。 (2)若温度超出常温范围(常温范围为+15°C~+25°C)报警。 (3)能够实现单片机串口通信,并将此通信程序和检测温度程序合并在一起。 (4)能够实现PC机串口通信,将现场温度立即显示在计算机屏幕上。-Design a room environment monitoring system, to achieve room tempe
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:341543
    • 提供者:童宗益
  1. tempreature

    0下载:
  2. 单片机温度控制模块,上位机程序由VB程序编写,可实现通过PC机有效的控制温度-Single-chip temperature control module, the host computer program written by the VB program can be realized through the effective control of the PC temperature
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:958122
    • 提供者:赵冰
  1. DS18B20

    0下载:
  2. 这是一个温度传感器程序,芯片选择的是D S18B20芯片,设置了温度报警门限和上位机显示-This program is a temperature sensor, the chip select is D S18B20 chip, set the temperature alarm threshold and PC display
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:三毛
  1. CLOCK-temperature

    0下载:
  2. 基于微机原理的汇编语言程序,汇编程序,自动对温度控制-PC-based theory of assembly language, assembler, automatic temperature control
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3888
    • 提供者:xiaolvdaren
  1. mlgb

    0下载:
  2. 本温度采集系统是利用DS18B20把温度读出,然后通过单片机解码发送给6位数码管,数码管显示出当前的温度值。DS18B20返回的温度值是两字节的十六进制数据。负数用反码表示。单片机直接通过串口把两字节的十六进制数据传送到上位机,上位机对温度数据进行解码变显示。 单片机的串口参数可以通过,下面两个宏来设置: #define XTAL 11059200 // CUP 晶振频率 #define baudrate 9600 // 通信波特率 默认设置如上。 -The tempe
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:194501
    • 提供者:谭立成
  1. temperatureDetect

    0下载:
  2. 本程序主要是通过温度传感器检测温度,并且通过串口测温,显示在PC上-This procedure is mainly through the temperature sensor detects the temperature, and temperature through the serial port to display on a PC
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:24649
    • 提供者:wanqijun
  1. c51-DS18B20-12M-RS485

    0下载:
  2. 51单片机利用DS18B20采集温度信息,通过RS485发送给PC上位机-51 single use DS18B20 temperature information collected, sent to the PC via RS485 PC
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:617690
    • 提供者:lucifer
  1. uaart-

    0下载:
  2. 实现了温度采集 并且通过串口上传到上位机中-Achieve a temperature acquisition and uploaded to the PC via the serial port
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:35045
    • 提供者:hanguohua
  1. Env-monitoring

    1下载:
  2. 多功能环境监控系统,基于51单片机开发,是一个单片机扩展系统,实现对环境中电压、亮度、温度的采集,并使用串口与pc通讯,从而实现pc监控。-Multi-function environmental monitoring system, based on 51 SCM development, is a single chip microcomputer extended system, realize the environment voltage, brightness, the collec
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:142901
    • 提供者:hym
  1. USARTPDS18B20(GCC)

    0下载:
  2. DS18B20测量环境温度,将温度实时发给PC,在串口助手中显示,显示温度符号+/--DS18B20 measure the ambient temperature, the temperature in real time sent to the PC serial Assistant display temperature symbol+ /-
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:53623
    • 提供者:张雪峰
  1. main

    0下载:
  2. MSP430F149温度测量 显示 PID控制 输出到PC机进行上位机通信主程序-The MSP430F149 temperature measurements show that the PID control output to a PC host computer communication the main
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-26
    • 文件大小:2429
    • 提供者:zhangxuan
  1. 232_MCU_temperature_Stepper-motor

    0下载:
  2. 利用VC编写上位机,KEIL编写下位机,上位机通过rs232串口控制单片机,读写温度数据及控制步进电机。附带以太网SOCKET功能,可以远程操作。vc和keil源码都有。-VC preparation of PC, KEIL write the next bit machine, the host computer through rs232 serial port control of MCU, read and write temperature data and control the s
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:2013979
    • 提供者:曾维亮
  1. 3

    0下载:
  2. 无线温度上位机界面及单片机程序。基于51单片机开发的程序。温度传感器DS18b20,无线芯片NRF905-Wireless temperature PC and single-chip program. Based on the development of 51 single-chip program. Temperature sensor DS18b20, NRF905wireless chip
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:51295
    • 提供者:hh
  1. temperture_demo

    0下载:
  2. 用VC 写的温度显示上位机程序,使用了串口控件-Written with VC temperature display PC program
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:51442
    • 提供者:王宇
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com