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

搜索资源列表

  1. 51-UART-C

    0下载:
  2. 51单片机与电脑串口通信的C程序,异步通信,RS232与PC机通信-RS232 UART
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:3374
    • 提供者:刘三
  1. LPC1752UATR0

    0下载:
  2. 单片机1752UATR0 与PC机串口232 通讯程序-The SCM 1752UATR0 and a PC serial port 232 communication program
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1988
    • 提供者:rbc
  1. ammeter

    0下载:
  2. 一个与pc机通过485通讯的基于单片机程序,-Through 485 and pc-based microcontroller program,
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:10766
    • 提供者:xiongwenlong
  1. Serial-procedure-pc

    0下载:
  2. 串口调试助手源码,pc机与单片机通信,一般的串口程序编写过程-Serial procedure pc pc machine and the single-chip communication, the serial programming process
  3. 所属分类:Com Port

    • 发布日期:2014-11-02
    • 文件大小:61440
    • 提供者:wenjiang
  1. 232send-and-recive

    0下载:
  2. 单片机上下位机通信,实现与PC机的相互传输通信,单片机采用开发板,PC机使用串口通信。-communication for SOC
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:18425
    • 提供者:鬲随甲
  1. dianqikongzhi

    0下载:
  2. 本程序包含上位机和下位机的代码,实现单片机与PC的通信-The program includes a host computer and the next machine code to achieve the purpose of control by the computer-controlled household appliances
  3. 所属分类:SCM

    • 发布日期:2014-11-02
    • 文件大小:33792
    • 提供者:王庆雷
  1. RS232-communication-project

    0下载:
  2. 利用VB制作的上位机软件成功完成单片机与PC之间的串口通信。-VB produced PC software successfully complete serial communication between the MCU and PC.
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:216444
    • 提供者:kh.xiang
  1. communication-of-PC-and-51

    0下载:
  2. 用51编程实现pc机与51单片机之间的双向通信-Two-way communication between the pc machine and 51 microcontroller programming 51
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:1467686
    • 提供者:陈登慧
  1. SPComm

    0下载:
  2. 串口已成为计算机的标准接口, 这种通信方式得到了广泛的应用。介绍单片机与PC 间 串口通信的基本原理, 以及在Delphi 开发环境下如何利用SPComm 控件实现PC 与单 片机之间的串口通信
  3. 所属分类:源码下载

    • 发布日期:2013-03-21
    • 文件大小:27428
    • 提供者:jswxtl1@163.com
  1. PC-through-USB-controls-C8051F320

    0下载:
  2. C8051F320的USB具有强大的通讯功能。先通过VC++编写控制代码,然后再用Keil4实现LED、数码管、温度传感器、键盘监控等模块的程序代码编写。最终通过USB连接PC与下位机。实现PC控制单片机的各个模块。-The C8051F320 The USB powerful communication features. Control code written by VC++, and then Keil4 LED digital tube, temperature sensors, ke
  3. 所属分类:SCM

    • 发布日期:2016-05-20
    • 文件大小:17169408
    • 提供者:Yuanpeichao
  1. ELVS

    0下载:
  2. 利用ardvino编写的切换控制程序,mega8单片机与上位机通讯,当收到上位机的切换命令时发送相应的命令至单片机输出口。-Switch control procedures utilize ardvino written, mega8 microcontroller and PC communication, when a switch command is received from the host computer to send the appropriate commands to
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:729
    • 提供者:君云然
  1. zhongduan

    0下载:
  2. 用PIC单片机内部定时器0,作为16位定时器使用,并开启溢出中断。单片机的外部中断0引脚接开关SW2,并设置为下降沿的触发方式。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:SW2按键按下时,LCD上显示“Timer0 Start”, 定时器0开始工作,然后LCD上显示“Timer0 Working”,当UART接收到PC机发送的命令“P”时,定时器0停止工作,LCD上显示“Timer0 Stop”
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-27
    • 文件大小:57808
    • 提供者:杨梦红
  1. chuangxing

    0下载:
  2. 配置CCP1模块使之工作于PWM模式,并初始化周期和占空比。单片机的UART接口工作于全双工异步模式,1个起始位,8个数据位,1个停止位,波特率为9600,并开启接收中断,与PC机通信。编写程序实现功能:当UART接收到命令“S”时,LCD上显示“PWM Start”, PWM开始工作。当UART接收到命令“U”时,占空比增加,当UART接收到命令“D”时,占空比减少,并在LCD上显示占空比。当UART接收到命令“P”时, PWM停止工作,LCD上显示“PWM Stop”。并用示波器观察PWM输
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-22
    • 文件大小:113465
    • 提供者:杨梦红
  1. danpianji

    0下载:
  2. 大学课程上面的单片机实验课程,实现单片机与上位机的通信显示-University courses at the single-chip experiment course, SCM and PC communication
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:235173
    • 提供者:
  1. PC

    0下载:
  2. PC机与51单片机之间的串口通讯使用VB编程,上位机和下位机两部分-The two parts of the serial communication between the PC and 51 microcontroller, VB series, PC and microcontroller
  3. 所属分类:Communication

    • 发布日期:2014-11-01
    • 文件大小:3072
    • 提供者:酱香拿铁
  1. R8C_25_UART

    0下载:
  2. 瑞萨单片机的R8C/25,UART0通讯程序,可以通过串口与PC机传输接收数据。-R8C/25 UART0
  3. 所属分类:SCM

    • 发布日期:2017-12-04
    • 文件大小:1792
    • 提供者:刘宇飞
  1. 利用VC++实现PC机与单片机串口通信任务

    0下载:
  2. 用 visual c++ 实现pc与51单片机的十六进制数据往返,并提示通信正常与否。-Visual c++ PC and 51 microcontroller hex data to and from, and prompt communication is normal or not.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-10-31
    • 文件大小:45779
    • 提供者:管斌
  1. TX

    0下载:
  2. 基于8051F系列单片机与上位机的通讯功能-8051F Series MCU and PC-based communication functions
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:115789
    • 提供者:刘海倪
  1. PC-and-MSC51

    0下载:
  2. 本文描述的大致的下位MSC51单片机与上位PC机的串口通信原理,有一定的参考价值-This paper describes a substantially lower bit microcontroller with MSC51 host PC' s serial port communication theory, there is some reference value
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:84480
    • 提供者:小胖
  1. uart

    0下载:
  2. 单片机uart通信程序,主要用于单片机与上位机通信-Microcontroller uart communication program, mainly for SCM and PC communications
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:44065
    • 提供者:舒晓模
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 34 »
搜珍网 www.dssz.com