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

搜索资源列表

  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. 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. 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. 21_RS232

    0下载:
  2. RS232 示例测试程序 用于单片机与上位机串口通信-RS232 sample test program for the MCU and PC serial communication
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:948526
    • 提供者:xueyan
  1. Com_temper_PC

    0下载:
  2. 用单片机检测温度然后通过单片机的串口通讯与Pc机通讯,在电脑上的上位机上显示数据-MCU detects temperature and then through the MCU serial communication with Pc machine communication on the computer to display data on the host computer
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:34875
    • 提供者:Andren
  1. chuankou-aPC

    0下载:
  2. 串口与pc机通讯,51单片机例程,只需要修改io口即可实现。-Serial communication with pc, 51 MCU routine, you only need to modify the io port can be realized.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:25113
    • 提供者:聂海
  1. shiyan5

    0下载:
  2. 开发环境:unSP IDE 2.0.0 实验目的: 1)了解SPCE061A串行口(UART)的结构、与PC机串行通讯的原理。 2)了解UART的各配置单元P_UART_BaudScalarLow (7024H)、P_UART_BaudScalarHigh (7025H)、 P_UART_Command1(7021H)和P_UART_Command2 (7022H)的功能及控制方法。 3)掌握PC机与单片机通讯的编程方法。 实验设备: 1) 装有µ ’
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:23776
    • 提供者:niu
  1. Communication

    0下载:
  2. MSP430单片机与PC进行串口通信,用VC++实现上位机通信,内有编译成功,可执行文件。-MSP430 MCU and PC serial port communication, with the vc++ realize the upper machine communication, there are successful compilation, the executable.
  3. 所属分类:SCM

    • 发布日期:2014-11-02
    • 文件大小:1445888
    • 提供者:紫鸢
  1. RS485

    1下载:
  2. 用MSP430单片机实现与PC机之间的数据通讯-With MSP430 MCU and PC data communication between
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:24948
    • 提供者:刘新建
  1. CKZD

    0下载:
  2. 实现单片机与上位机的串口通讯的中断方案-MCU and PC serial communication program
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:13475
    • 提供者:pj
  1. Between-SCM-and-PC-communications

    0下载:
  2. 单片机与上位机机间通信的代码与仿真,上位PC 机与下位单片机之间进行 异步串行通信的解决方案,上位机通过友好的用户界面,可给下位机发送控制指令。-Between SCM and PC communications native code and simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:51864
    • 提供者:刘子谦
  1. NRF24L01-the-receiving-application

    0下载:
  2. 用于单片机与上位机之间的通讯。希望对单片机开发的人有帮助-For communication between MCU and PC
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:贺春林
  1. NRF24L01-router

    0下载:
  2. 用于单片机与上位机的通讯,希望对单片机开发的人有用。-Used for single chip microcomputer and PC communication, hope to useful for SCM development
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6927
    • 提供者:贺春林
  1. 1

    0下载:
  2. 实现51单片机与51单片机以及PC机的通信过程。-Communication process to achieve 51 and 51 microcontroller and PC machines.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:高海松
  1. PC-to-mcu51-RS485

    0下载:
  2. PC机串口与单片机的连接(RS485) 附仿真文件及C源程序-PC serial port connection with the microcontroller (RS485) and C source files attached simulation
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:79875
    • 提供者:zoomhan
  1. PC-to-pic

    0下载:
  2. PC机与单片机双向串口通讯仿真,包含仿真原理图和部分程序,c语言-PC TO PIC communication
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:23843
    • 提供者:李强
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com