搜索资源列表

  1. usb68013 VC6.0上位机控制跑马灯,数码管,读IOusb转串口程序实验

    2下载:
  2. vc编写的上位机控制跑马灯,数码管,读IO实验,usb转串口程序
  3. 所属分类:其它程序

    • 发布日期:2010-04-30
    • 文件大小:6842375
    • 提供者:rmw2020@126.com
  1. 卡尔曼 陀螺仪、倾角传感器融合 C代码 一段语句看不懂

    1下载:
  2. MFC串口通信上位机
  3. 所属分类:界面编程

  1. labview 串口上位机

    0下载:
  2. 用labview编写的一个串口上位机
  3. 所属分类:串口编程

    • 发布日期:2011-10-08
    • 文件大小:318902
    • 提供者:beandy
  1. 基于QT的串口调试助手

    0下载:
  2. 本代码是windows下的QTCreator 下的串口通信的上位机的源码,编译后可以直接运行。
  3. 所属分类:界面编程

  1. DataRet

    0下载:
  2. 使串口接受上位机发送的数据,当接受到8个连续数据后,将接收计数值加一后数出数码管显示,并将数据原封不动的发送会上位机。-PC serial transmission of data, receives eight consecutive information, or to receive a numerical increase after a few out of the digital display, and will send
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:龚雪
  1. LODIS

    0下载:
  2. 本人多年前做的一个控制系统项目的程序,连接串口可以和仿真通信,用到了绘图的多个方面,是控制系统上位机编程的很好范例-years ago, I do a project control system procedures, and can connect serial communications simulation, the use of graphics in many areas of PC Control System Prog
  3. 所属分类:绘图程序

    • 发布日期:2024-06-04
    • 文件大小:3932160
    • 提供者:杨勇
  1. 通过串口升级mega8的自编程例子原码

    2下载:
  2. 通过串口升级mega8的自编程例子原码,里面有烧录文件、上位机软件,MEGA8 Bootloader原码。-escalation mega8 through serial programming examples from the original code, there are writers, PC software, MEGA8 Bootloader original code.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-04
    • 文件大小:6771712
    • 提供者:汤宇浩
  1. delphi的MSCOMM实现上位机与PLC间的串行通信

    0下载:
  2. 用DELPHIE来实现下位机和上位机的串口通信!相信会对需要的人有很大的帮助!-DELPHIE used to achieve lower computer and the PC serial communications! I believe this would have need of a great help!
  3. 所属分类:串口编程

    • 发布日期:2024-06-04
    • 文件大小:21504
    • 提供者:wwg
  1. lpc2114+18b20

    0下载:
  2. lpc2114与ds18b20通讯程序。并通过串口上传到上位机-lpc2114 and communication procedures. Through Serial uploaded to the PC
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-04
    • 文件大小:601088
    • 提供者:小保
  1. 电导率仪的上位机数据采集软件

    0下载:
  2. 电导率仪的上位机数据采集软件,通过串口将单片机的AD转换结果传输到PC机,并可将数据保存到access数据库中-the PC data acquisition software MCU through a serial port to the AD converter transmission of the results of PC, data can be saved to the database access
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:676864
    • 提供者:sf
  1. shangweiji

    0下载:
  2. 用于信号采集的VC++串口单路互相关上位机程序.-signal acquisition for VC++ serial one-way inter-related PC procedures.
  3. 所属分类:串口编程

    • 发布日期:2024-06-04
    • 文件大小:6519808
    • 提供者:李原
  1. PCandMCU

    0下载:
  2. 我写的基于VB的单片机串口上位机通讯程序-I write VB microcontroller-based PC serial communication program
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:haima
  1. ds18b20C

    0下载:
  2. 一个使用C#编写的串口上位机,vs2005下使用-c#
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:883712
    • 提供者:张旭
  1. VB串口上位机程序

    1下载:
  2. 用VB写的上位机程序,可以和51单片机,MSP430单片,ARM等进行通信。
  3. 所属分类:驱动编程

  1. SerialPortConnection

    0下载:
  2. 基于visual studio C#的串口上位机程序,可以以此为模板编写单片机串口上位机程序(Based on Visual Studio C# serial host computer program, you can use this as a template to write singlechip serial host computer program)
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:138240
    • 提供者:油菜籽
  1. 串口通信助手V2.3BY罗华飞

    0下载:
  2. 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣(Serial communication, a communica
  3. 所属分类:串口编程

  1. WinHex

    0下载:
  2. 常用的串口上位机,第一次发东西,感谢大家(The commonly used PC serial port, send something for the first time, thank you)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:761856
    • 提供者:拖拉机341
  1. C#串口

    0下载:
  2. C#编写的串口上位机软件,可做下位机控制。(C# serial PC software can be used to control the lower computer.)
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:73728
    • 提供者:xuange
  1. serial_port_set

    0下载:
  2. 使用python实现串口上位机的功能,可自动侦测PC有效串口号,选择串口波特率、校验位。同时可实现接收数据存储在TXT文件中。(Python is used to realize the function of serial port host computer. It can automatically detect PC valid serial port, select serial port baud rate and chec
  3. 所属分类:界面编程

  1. 基于LabVIEW的串口波形上位机完整程序源码

    0下载:
  2. labview串口上位机,实现上位机通信(LabVIEW serial PC to achieve upper computer communication)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:117760
    • 提供者:lw2018
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org