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

搜索资源列表

  1. COM_Communication

    0下载:
  2. 用C#实现串口通信程序,在此基础上可以方便的开发单片机上位机程序-COM Communications
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:38346
    • 提供者:wzh
  1. 14-chuankoutongxin

    0下载:
  2. 51单片机的串口通信程序,来自于开发板,VC环境下编写。-51 the Serial communication program, and from the development board, VC environment prepared.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:wds0308
  1. avr-usart

    0下载:
  2. avr128单片机 usart串口通信 中断接手查询发送-avr128 microcontroller the usart serial communication interrupt to take over the query to send
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1966
    • 提供者:陈阳
  1. Serial.1

    0下载:
  2. 串口通信,发送数据,让单片机接收你的数据-Serial communication to send data to the microcontroller to receive your data
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:71729
    • 提供者:陈一凡
  1. TongXun

    0下载:
  2. 电脑和单片机之间的串口通信程序,非常适合初学者来学习-Between the computer and the microcontroller serial communication program, very suitable for beginners to learn.
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:643
    • 提供者:刘安
  1. CPP

    1下载:
  2. 基于C++写得PC与单片机之间的串口通信程序,非常详细,可以直接拿来稍作修改,便可使用-C++ written between PC and SCM serial communication procedures, very detailed
  3. 所属分类:CSharp

    • 发布日期:2017-02-23
    • 文件大小:22528
    • 提供者:刘安
  1. ww77e58

    0下载:
  2. 华邦单片机的串口通信代码
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:4729
    • 提供者:和亮
  1. 430.zip

    0下载:
  2. 430 的串口通信源码,万鹏叫你如何玩430单片机,430 serial communication source, Wanpeng told you how to play 430 microcontroller
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:797
    • 提供者:万鹏
  1. ConsoleApplication1

    0下载:
  2. 自己写的串口通信,可以通过com口与单片机进行信息交流-Write your own serial communication. . . . . . . . . . . . . . . . . . . . . . . .
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:15497
    • 提供者:cnmqy
  1. IO--SPI-

    0下载:
  2. 运用单片机的4个IO口来模拟spi的功能,以此解决串口通信的问题。-Microcontroller IO port analog spi, in order to resolve the problems of serial communication.
  3. 所属分类:CSharp

    • 发布日期:2017-11-04
    • 文件大小:1103
    • 提供者:杨强
  1. WindowsFormsApplication1

    0下载:
  2. C#环境下的串口通信程序样例,可选端口,通过电脑控制单片机,配合单片机程序,实现信号发生器的功能。-C# environment serial communication program example, an optional port through computer control chip, with the SCM process, the realization of the signal generator functions.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:56235
    • 提供者:Dean wang
  1. serialport

    0下载:
  2. C# 串口通信 serialport串口通信 在.net环境下实现对单片机的数据的发送和接收-csharp serialport
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:40185
    • 提供者:xiao
  1. chuankoutongxin

    0下载:
  2. 串口通信,实现两个单片机的通信.主从机通信-Serial communication, to achieve two single-chip communication. Master-slave communication
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:29192
    • 提供者:meifei
  1. XOR

    0下载:
  2. C#异或计算 可用于电脑与单片机串口通信程序里-XOR Calculate;this can be used in serial port communication between PC and MCU
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:20160
    • 提供者:ZHAOYIHAO
  1. COM-communicate(C)

    0下载:
  2. 51单片机串口通信代码,好用,简单,单片机串口通信测试程序-51 single-chip serial communication code, easy to use, simple, single-chip serial communications test procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:18099
    • 提供者:王亚男
  1. serial-communication

    0下载:
  2. VB实现pc与单片机串口通信任务 //利用vb实现pc与单片机串口通信任务 //编写程序代码 定义变量 Dim cnum As Integer 循环计数标志 Dim choosenum As Integer 选择指示灯号 串口初始化 在窗体的Load事件中加入下列代码对串口进行初始化 Private Sub Form_Load() MSComm1.CommPort=1 MSComm1.InputMode=1 MSComm1.RThresho
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1677
    • 提供者:朱光前
  1. CSharp_SerialPort

    0下载:
  2. 单片机串口通信上位机软件。可以进行简单的单片机与电脑间的通信-serial port
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:59755
    • 提供者:
  1. project4

    0下载:
  2. 一个与单片机串口通信的上位机,c#,对不会做上位机的同学大有帮助-A microcontroller serial communication with the host computer, c#, will not be able to do a lot of help on the host computer
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:60673
    • 提供者:郑启航
  1. SerialPortAssistant_V1.5

    1下载:
  2. 用于单片机与上位机串口通信,方便测试和调试单片机程序。开发环境vs2017,十六进制发送接收,自动定时发送,自动串口检测更新等功能。(It is used for serial communication between single chip computer and host computer to test and debug the program of single chip computer conveniently. Development environment vs2017,
  3. 所属分类:C#编程

    • 发布日期:2021-03-26
    • 文件大小:819200
    • 提供者:秋雨梧桐12
  1. C#串口通信源码

    0下载:
  2. C#串口通信源码,可用作单片机或者其它嵌入式设备的串口上位机。
  3. 所属分类:C#编程

« 12 »
搜珍网 www.dssz.com