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

搜索资源列表

  1. SCOM

    0下载:
  2. 使用单片机C语言编的单片机实验板与上位机的串口通信(可接收上位机命令和根据命令给上位机上传上位机需要的数据)程序,可供单片机开发人员参考。-use C language series micro-controller board and PC serial communications (PC can receive orders and orders under the PC to PC to upload the data needed) process for the developmen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:lsd
  1. ts3609

    0下载:
  2. 这个包中提供了一些有实际应用价值的子程序供参考选用 SUB1----X25045/43 看门狗/存储器与 89C2051接口子程序 源程序/原理图(21K)X25045.EXE SUB2----AT24C02/04/08/16 串行存储器与 89C2051接口子程序 源程序/原理图(22K) AT24C02.EXE SUB3----红外遥控器(熊猫M50462/C54L2)与 89C2051接口子程序 源程序/原理图(21K) M50462.E
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:155938
    • 提供者:王伯燕
  1. c51jing

    0下载:
  2. 实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4074
    • 提供者:jy
  1. VB小程序

    0下载:
  2. 实现上位机与下位机相结合,能显示出单片机采集的温度(利用电信号模拟温度信号)-Between PC and the next crew combination SCM can demonstrate acquisition of temperature (temperature using ECG signal simulation)
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2665
    • 提供者:李天涯
  1. Density

    0下载:
  2. 此软件完成下位机(如单片机)与上位机串口通讯,有字符串的处理及显示等。-software to complete the next crew (SCM) and the PC serial communications, string handling and display.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:31326
    • 提供者:likc
  1. VC-COM

    0下载:
  2. 用VC++6.0实现PC机与单片机之间串行通信的方法.doc-VC 6.0 PC and SCM serial communication between the methods. Doc
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10311
    • 提供者:王海东
  1. ActiveXComm

    0下载:
  2. 本程序是在VC++6.0 中用 ActiveX控件 实现PC机与单片机之间的串口通信 。-this procedure is used in VC 6.0 ActiveX control PC and SCM serial communication between.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:82335
    • 提供者:anne
  1. USB-driver-

    0下载:
  2. 该文档介绍了在 Windows系统下生成通用usb 驱动的方法。方便单片机系统与PC机进行USB通信。-This document describes a method for generating generic usb driver under Windows system. SCM system convenient USB communication with PC.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:679327
    • 提供者:wzh598
  1. UART_stm32

    0下载:
  2. 实现底层单片机与上位机之间的通信的一种协议,是最通用最好用的一种通用方式-Implementation of a protocol underlying communication between the microcontroller and the PC, is a common way is best to use the most common
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:653101
    • 提供者:wcxtwcg
  1. RS232

    0下载:
  2. 基于STC89C52单片机的RS232与PC机的通信程序-STC89C52 based microcontroller and PC RS232 communication program
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:632
    • 提供者:强仔
  1. abc

    0下载:
  2. 利用单片机实现数据采集,并与PC机进行数据通信,简而言之,就是数据采集卡-Data acquisition, and data communication with PC
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:43936
    • 提供者:沈振鹏
  1. serial_communication_JM60

    0下载:
  2. 飞思卡尔JM60单片机与上位机进行串口通讯程序,实现单片机与PC的数据传输,并结合使用串口通讯助手调试。-Freescale JM60 Microcontroller with PC Serial communication between SCM and PC data transmission, and the combined use of serial communications debugging assistant.
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:124290
    • 提供者:张玉祥
  1. MCS51UART

    0下载:
  2. 自己写的51单片机串行口与PC机通信程序,汇编语言实现-Write your own 51 microcontroller serial port and PC communication program, implemented in assembly language
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:624
    • 提供者:费妮
  1. MSP430F149uart

    0下载:
  2. MSP430F149的串口通信程序,与PC机通行。 单片机上电后给PC机发送ATE0,收到PC机发送的信息后相应的二极管亮。 用串口助手测试,发现串口助手上可以收到ATE0,但是串口助手发送数据,单片机的二极管不亮。-MSP430F149 serial communication program, communicate with the PC. After sending to the PC after MCU power ATE0, receive information PC
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1924
    • 提供者:朱才昌
  1. labview-to-PC

    0下载:
  2. labview实现PC 与单片机通信,任务要求:PC机发送数据给单片机,然后单片机返回发送的数据,测试发送的数据和接收的数据是否相同。波特率:4800,数据位8,校验位:0,停止位:1-labview achieve PC to communicate with the microcontroller, mission requirements: PC sends data to the microcontroller, then microcontroller returns data tra
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:23966
    • 提供者:吕知彼
  1. qll

    0下载:
  2. 使用VB编写多路信号监测系统上位机软件,调试上位机软件;编写单片机程序,实现单片机与PC间的通信。-VB prepared using multiplexed signal monitoring system PC software, PC software debugging microcontroller program to write, to communicate between the microcontroller and the PC.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-29
    • 文件大小:56320
    • 提供者:liangliang
  1. PC-and-mcu-communikation

    0下载:
  2. 采用Atmel公司的AT89S52为核心,实现PC机与单片机系统之间的数据通信。单片机系统采集温度,将数据通过串口将数据传送至PC机,PC机上实现温度显示。用MAX232芯片完成单片机TTL电平到RS-232双向电平的转换 ;用46的矩阵式键盘完成所要显示的数据发送;用LED七段数码管显示接收和发送的数据。在软件设计方面,PC机采用VB或者VC语言编程,使用通信控件来实现串行口收发数据;单片机方面用中断方式完成数据的接收和发送。-Adopts AT89S52 as the core of Atm
  3. 所属分类:SCM

    • 发布日期:2017-06-16
    • 文件大小:24725819
    • 提供者:因一
  1. 51-chuankou

    0下载:
  2. 51单片机串口传输,与PC机进行串口传输,适合初学者。-51 microcontroller serial port transmission, serial transmission with PC, suitable for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:23185
    • 提供者:梁鸿
  1. PC-1

    0下载:
  2. 用PC机与多个51单片机通过RS232进行通讯。在多机通讯中,要保证主机与所选择的从机实现可靠的通信,必须保证串口具有识别的功能。在串行口控制寄存器SCON中 有一位叫做SM2,就是为了多机通讯而设置的控制位-Using a PC and a number of 51 single-chip RS232 communication. In multi-machine communication, to ensure that the host and the selected slave t
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:13391
    • 提供者:wis
  1. 8_16SCIinterrupt

    1下载:
  2. 中断实现单片机与PC上位机收发,波特率128000 数据位8停止位1(Interrupt to achieve single-chip microcomputer and PC host transceiver, baud rate 128000, data bit 8, stop bit 1)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-20
    • 文件大小:314368
    • 提供者:婀娜ysc
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 34 »
搜珍网 www.dssz.com