CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 单片机 与PC机的 串口 通信

搜索资源列表

  1. a

    0下载:
  2. 用单片机采集人体的脉搏信号,并用单片机通过串口与PC机通信.-Collecting the body s pulse signals with the MCU.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:713
    • 提供者:lin
  1. keilc51_manual

    0下载:
  2. 单片机与上位机PC的通信程序设计方法: ⑴串口初始化:波特率定为4800 ⑵串口接收数据:串口初始化后处于数据接收状态,当有数据到达串口时,串口将数据接收保存在寄存器中暂存 ⑶串口发送数据:等数据接收完成后,将寄存器中暂存的数据通过串口发送给该数据的来源地。-PC-MCU and host computer communication program design: ⑴ serial port initialization: the baud rate as 4800 ⑵ serial rece
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-11-02
    • 文件大小:44985
    • 提供者:mugua
  1. danpingjishiyanbaogaosan

    0下载:
  2. 一、实验内容及目的 内容:AT89C51单片机的串行口经MAX232电平转换后,与PC机串行口相连。使用虚拟终端,实现上位机与下位机的通信。 目的:掌握单片机串行口的方式选择和编程方法,了解单片机与PC串行通信程序的设计方法,学会实时程序的调试技巧。 -First, the experimental content and purpose of content: AT89C51 microcontroller' s serial port via MAX232 level co
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:26649
    • 提供者:meijiao
  1. serial-assistant

    0下载:
  2. 单片机cc2430与pc机串口通信的调试助手和使用说明-SCM cc2430 and debug serial communication pc assistant and instructions
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:211593
    • 提供者:baixia
  1. kuankoutongxin

    0下载:
  2. 单片机串口通信的实现,串口初始化,实现与PC机得通信,源代码-The realization of single-chip serial communication, serial port initialization, communication with the PC too, the source code
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:24264
    • 提供者:smile
  1. proteus-serial-communication

    0下载:
  2. proteus串口通信:单片机多机通信电路设计、单片机与PC串行通信、基于串行扩展技术的IO口扩展电路设计(并入)、基于串行扩展技术的IO口扩展电路设计(串出)、基于单片机的双机通信电路设计、虚拟终端与单片机串行调试,有proteus演示-proteus serial communication: single-chip multi-machine communication circuit design, microcontroller and the PC serial communicat
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:868186
    • 提供者:
  1. com

    0下载:
  2. 单片机与PC通信实例功能:从PC机串口端接收13个字节的数据,然后将接收到的数据加上"Serial Port OK!"的后缀后,发送给PC作为应答-Microcontroller and PC communication function examples: from the PC serial port terminal to receive 13 bytes of data, then the received data with " Serial Port OK!" Su
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:kingnetwork
  1. shangweiji

    0下载:
  2. 本上位机是基于VB语言编程的进行与单片机串口通信的上位机。用于三个舵机的控制。串口通信格式为波特率9600bps、8位数据位、1位停止位、无校验、ASCII码字符通信。串口通信程序用于接收上位机发送过来的控制命令。控制命令采用自定义文本协议,即协议内容全部为ASCII码字符。通信协议格式为起始符“#”通道号CHx,脉宽百位,脉宽十位,脉宽个位,与停止符“!”。-The host computer is based on the VB programming language for serial
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:7384
    • 提供者:刘杰
  1. Serial-Port

    0下载:
  2. 51单片机通过串口与PC机通信的例子,PC发送给单片机字符,单片机收到后回传字符-MCU and PC communication
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:667
    • 提供者:Max
  1. communication-

    0下载:
  2. 用IAR编写,是MSP430F149单片机的双串口通信。由PC机发数据,串口A与串口B同时显示该数据,调试通过。-Write with IAR MSP430F149 microcontroller serial communication. Send data to a PC serial port A and serial B to display the data through debugging.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:21577
    • 提供者:唐建
  1. 51-UART-C

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

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

    0下载:
  2. pc计算机与单片机串口通信源程序 包含上位机和下位机的程序 -PC computer and single-chip microcomputer serial communication source program
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:4288
    • 提供者:MCU迷
  1. System-Design-and-Implementation

    0下载:
  2. PC机与单片机的之间串口通信系统设计及实现-Serial communication between PC and MCU System Design and ImplementationPC and MCU serial communication system design
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:369413
    • 提供者:陈小龙
  1. communication

    0下载:
  2. 上位机利用MSCOMM通信控件与单片机之间串口通信实现温度显示。单片机采集一个温度信号,将采集到的温度信号传送给PC机显示-Host computer use the MSCOMM communication control between the microcontroller serial communication to achieve temperature display. SCM acquires a temperature signal, the collected tempera
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:2900
    • 提供者:赵辉
  1. UARTTest

    0下载:
  2. 凌阳51系列单片机上位机与下位机通信的测试程序,采用RS232串口通信。-Sunplus 51-bit single-chip PC and next-machine communications test program, using RS232 serial communication.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:21605
    • 提供者:chenwenbo
  1. Thesis

    0下载:
  2. 这是本人大学时期毕业设计论文,其中包含上位机软件C++与51单片机串口通信,51单片机无线传输以及OLED显示部分的源代码及材料配件说明-This is my college graduation thesis design, which includes PC software C++ microcontroller serial communication with the 51, 51 and a single-chip wireless transmission OLED display
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2169470
    • 提供者:lixianhai
  1. dpj

    0下载:
  2. 利用C++Builder实现PC机与单片机串口通信程,自己做的一个示例程序,可以在此基础上进行修改,实现自己功能-Implementation of PC and MCU serial communication using C++Builder is discussed, an example of the procedure to do their own, can be modified on the basis of this, to realize their functions
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:433391
    • 提供者:daniel
  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. 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. 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 2 3 4 56 »
搜珍网 www.dssz.com