CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 通过单片机串口

搜索资源列表

  1. Text4.0

    0下载:
  2. 通过传感器获取环境的温度信息,利用单片机把所得到的温度有关信息进行温度调节实现温度的自动控制,使温度保持在预先设定的温度值范围。 2. 当按下语音播放按键时,触发系统通过语音系统播放当前的温度。当温度超过设定温度时,系统自动播放警告信息。 3. 系统通过串口通信把所测到的温度数据传到PC上并进行记录,PC把把所得到的数据描绘成一天温度曲线,最终显示在屏幕上。 -OK
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4644
    • 提供者:qpower3000
  1. 51andvc2005

    0下载:
  2. WINDOWS下VC2005编程,通过串口于单片机开发板进行双向通讯,具有控制板上资源以及接受温度数据上位机实时显示功能!-WINDOWS next VC2005 programming, through the serial port on the MCU development board to conduct two-way communication with the control panel resources and to receive real-time temperature
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5603870
    • 提供者:hungkun
  1. USBtoRS232Driver

    0下载:
  2. USB转串口驱动程序,可以用在笔记本电脑上,方便的通过串口给单片机下载程序!-USB-serial driver, can be used in notebook computers, convenient to the microcontroller through the serial port download!
  3. 所属分类:SCM

    • 发布日期:2017-06-21
    • 文件大小:37324033
    • 提供者:youliuyi
  1. hdm_uart

    0下载:
  2. AVR 串口通信,通过串口实现AVR单片机与PC机的通信-AVR serial communication, through the Serial Port AVR MCU and PC-communication
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:9152
    • 提供者:胡德孟
  1. 18b20_rs232

    0下载:
  2. 基于PIC单片机的数据采集系统,通过DS18b20将采集到的温度用串口调试助手 传送到上位机-PIC Microcontroller based data acquisition system will be collected by DS18b20 temperature with serial debugging aids sent to the host computer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:2439
    • 提供者:刘邦
  1. rs232

    1下载:
  2. 用上位机(PC)通过串行调试助手或是自己做的串口操作软件,发送16进制数,控制8个LED灯的各个的亮与灭。 想让哪个灯亮都可以通过发送数据来实现。目标就是用软件控制硬件!达到单片机实时控制第一步: -With the host computer (PC) via serial debugging aids, or make their own operating software serial port, sending 16 hex numbers to control 8 LED l
  3. 所属分类:software engineering

    • 发布日期:2015-05-05
    • 文件大小:3652
    • 提供者:无忧
  1. adcmeter

    6下载:
  2. 基于 CS5550 工业测量仪表的设计:ADCMeter.ddb 中包含电路原理图和样品PCB图。本系统以 STC 系列 51 单片机为控制核心,使用高精度 CS5550 A/D 芯片来采集微弱的模拟信号量(如热电偶,热电阻信号量),可在线校准(零校准,满量程校准),校准数据保存到 93C46 中,作为以后 CS5550 运行的校准参数。本系统还包括两行八个数字位的数码管实时地显示采集数据,并可通过板上按键输入,进行输入信号变换的切换。另外还可增加串口通信部分,将采集的数据传输给上位机或其它控制
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-05-06
    • 文件大小:383133
    • 提供者:limei
  1. extend

    0下载:
  2. MSP430 的程序,可以进行电压采集并通过串口与另一个单片机进行串行通信,另一台单片机将波形显示在示波器上-MSP430 process, voltage can be collected and microcontroller through the serial port with another serial communication, the other single chip waveform displayed on the oscilloscope
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:66411
    • 提供者:shi jiaying
  1. 89e51uart

    0下载:
  2. 51单片机串行通信程序,通过串行口实现多机通信-51mcus communicate by uart
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:109588
    • 提供者:Smith
  1. wenducaiji

    0下载:
  2. 1.程序分两部分:单片机部分;PC机部分 2.sth110为温度传感器,采集到温度数据后,显示在1602显示屏上,并且通过串口传输给PC机,PC机接受并显示温度值。-1. Program in two parts: microcontroller part PC machine parts 2.sth110 as temperature sensors, temperature data collected to show the display in 1602, and transfer
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:55182
    • 提供者:王婷
  1. 18b20com

    0下载:
  2. 新华龙编程软件打开,单片机F020对18B20进行读写,并将温度通过串口送给上位机。程序通过高度可直接用。-goodsource
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:23341
    • 提供者:mark
  1. c8051F040

    0下载:
  2. 这是C8051F040单片机开发的一个串口通信程序,通过串口调试测试程序正确,可以直接拿来用,对使用C8051F040单片机开发者具有一定的参考价值。-This is a C8051F040 microcontroller serial communication program developed by serial debug test procedure correctly, you can directly make use of them, on the C8051F040 micro
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:6904
    • 提供者:张俊
  1. DS1302

    0下载:
  2. 本程序为单片机控制DS1302的程序。 DS1302为一款时钟芯片,单片机将从DS1302中读取的数据信息通过串口发送到上位机上-This procedure for the SCM process DS1302. DS1302 is a clock chip DS1302 microcontroller will read the data sent to the host computer through the serial port on
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:15872
    • 提供者:xu
  1. AD3

    0下载:
  2. MSP430单片机实现模拟量采集 通过串口上传给上位机-ADC12
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:19369
    • 提供者:郭威
  1. 51serial

    0下载:
  2. 用51单片机通过串口控制舵机,例如可以用PC控制小车-Microcontroller through the serial control with 51 servos, for example, control the car with a PC
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:11081
    • 提供者:韩璐
  1. UART_ISR

    0下载:
  2. M16 ICCAVR PROTEUS每天一练】之串口(中断法),2009-09-11 今天发的是依旧是最基础的程序——串口程序,谨供初学者参考和本人备份之用,大侠请绕行。主要实现就是通过超级终端发送一个字符串,单片机接收到之后发回超级终端。其中文件夹中的《ICC_PRJ》是ICCAVR的工程文件和源文件,《PS_PRJ》是PROTEUS的工程文件,《SI_PRJ》是Source Insight的工程文件。 (我的程序大部分都是参考了网友的资料的,由于人数太多,又记不得是那里下载的,所以
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:60604
    • 提供者:申明
  1. 51-shows-the-serial-port

    0下载:
  2. 51 串口显示,用51单片机通过串口显示出存在字符串中的内容-51 shows the serial port, serial port MCU with 51 shows content of existing string
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:35970
    • 提供者:窦宇
  1. Ds18b20

    0下载:
  2. 温度传感器ds18b20在单片机上的时序实现,并且通过串口调试助手得到返回值-Ds18b20 in single-chip temperature sensor on the timing to achieve and get through the return value of serial debugging assistant
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:31052
    • 提供者:选择远方
  1. ir_chuankou

    0下载:
  2. 针对32位编码的电视遥控器进行解码的程序,该程序的功能主要是用来测试电视遥控器按键的编码值,使用单片机内部定时器进行解码,适用于51内核的单片机,将读取的红外遥控信号解码成二进制通过单片机串口发送给电脑串口调试工具显示。 按下数字1键解码的格式为:H00111000100001100011101111100000 1键-TV remote control for 32-bit encoding, decoding procedures, the program s main function
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:13628
    • 提供者:杨荣国
  1. wenduchuangan

    0下载:
  2. 通过单片机串口获取DS18B20传感器数值,并在液晶评上显示温度数值!-DS18B20 sensor values ​ ​ obtained through the microcontroller serial port and display the temperature value on the LCD evaluation!
  3. 所属分类:SCM

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