CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口编程

搜索资源列表

  1. MSComm.rar

    0下载:
  2. 使用串口控件 在vc中基于对话框的串口编程,The use of serial control in vc serial dialog-based programming
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-15
    • 文件大小:3647519
    • 提供者:刘井生
  1. serial.rar

    0下载:
  2. qt串口编程 用于qt多线程编程读写串口....目的是先写串口发送命令出去,然后读串口的返回值.... ,serialthread
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:2543
    • 提供者:t007
  1. Serialdebuggingassistant

    0下载:
  2. 串口调试助手(DELPHI版MSCOMM) 这是一篇设计方案及源码,对于学习串口编程的来说非常有帮助。 利用Delphi或C++作为开发工具,根据SPCOM或MSCOMM控件、PCOMM.DLL等,设计出一串口调试助手,要求在不同计算机之间实现串口间数据通信,并以此为基础,实现对不同数据格式间的转换功能。 要求: 1、串口通信。 2、数据格式。 3、系统软件(Delphi7.0)。-Serial debugging assistant (DELPHI version MS
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:7659
    • 提供者:Solonet
  1. UART

    2下载:
  2. windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:64503
    • 提供者:chen
  1. cktx

    0下载:
  2. 学习串口通信的好资料,内含有创建一个串口,打开串口,读取串口内容,关闭串口,还有多线程串口编程知识-Learning a good serial communication data contains create a serial port, open the serial port, serial port to read the contents, close the serial port, serial ports are multi-threaded programming know
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:907091
    • 提供者:王勇
  1. serial-communication

    1下载:
  2. 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于Visual c++和Tubor C的,第二个是多线程串口编程工具Cserialport类得,第三个是控件MSCOmm串口编程的,第四个是windos API串口编程的,第五个是串口调试助手V2.2的源代码-Archive content is about serial programming, a total of five parts, the first is to test a small program, based
  3. 所属分类:Com Port

    • 发布日期:2017-02-24
    • 文件大小:22565888
    • 提供者:范开明
  1. SerialPort

    0下载:
  2. 多线程串口编程实例,采用多线程封装类实现RS232编程实例-com programm
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:110426
    • 提供者:blguan
  1. BluetoothRemote

    1下载:
  2. 蓝牙遥控器的代码,对蓝牙串口编程感兴趣的可以看看,还是不错的-bluetooth code,
  3. 所属分类:Com Port

    • 发布日期:2016-08-10
    • 文件大小:36451
    • 提供者:谭永华
  1. jakarta-log4j-1.2.8

    0下载:
  2. java日志读写,双工附带例子,可以快速掌握串口编程的基础-java log read and write, duplex attached example, you can quickly grasp the basic serial programming
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3205754
    • 提供者:baixwyai
  1. linux(QT)serial

    0下载:
  2. linux下用QT 做的串口编程工具,在linux下做串口调试有一定的参考价值-linux using QT do serial programming tools, in doing serial debugging under linux of some reference value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:485009
    • 提供者:杨工
  1. ModbusRTU

    1下载:
  2. VB VC Modbus RTU源码 串口编程 MODBUS协议-Code for Modbus Witch VB and VC
  3. 所属分类:其他小程序

    • 发布日期:2016-12-23
    • 文件大小:656814
    • 提供者:Kitch
  1. VC-COM

    0下载:
  2. 用C语言编写的一个串口程序。有利于初学者学习串口编程的相关内容。-Written by a serial C program. Serial programming beneficial for beginners to learn the relevant content.
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:51148
    • 提供者:张俊岭
  1. com

    0下载:
  2. 这是我在工作中用到的串口编程技术,其中comfile包含的是串口传输文件源码,RStrans包含的是异步串口通信源码,并且提供了测试程序,对于学习和使用串口编程技术很有帮助。-This is my work used in serial programming technology, which is contained in comfile serial transfer files source, RStrans contains asynchronous serial communicat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:183381
    • 提供者:刘璞
  1. VC++SerialInterfaceProgrammingOnWin32API

    0下载:
  2. 本文介绍了基于Win32 API的VC++串口编程。给出了WIN32中打开串口、配置串口、超时设置、事件设置和读、写关闭串口的函数或结构体,随后举了一个利用WIN API进行串口通信的例子。-err
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:122395
    • 提供者:Wuxinmin
  1. MSComm

    0下载:
  2. MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:297594
    • 提供者:自治州
  1. emb-linux-Serial

    0下载:
  2. 针对嵌入式Linux操作系统的特点,分析在该系统下串行通信口编程控制的方法,总结程序 设计的步骤; 在嵌入式Linux 系统上, 编写控制程序, 成功地实现嵌入式系统与微机系统 间的数据交换。 串口编程 嵌入式Linux Linux 内核-For embedded Linux operating system features, analysis of the system of serial communication port programming under control,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:22083
    • 提供者:joyo
  1. VC++ANDSerialPort

    0下载:
  2. 深入浅出VC++串口编程(摘转发),很好的文章,从分析串口电路开始说明串口通信,详细介绍了串口通信开发-Easy VC++ Serial Programming (pick transponder), a very good article, from the analysis indicate the beginning of the serial circuit of serial communication, detailing the development of serial comm
  3. 所属分类:Com Port

    • 发布日期:2017-04-16
    • 文件大小:413743
    • 提供者:cln
  1. 555

    0下载:
  2. 11.3.1 基于CAN总线的模拟量输入 VB 串口编程-11.3.1 Based on CAN Bus Analog Input serial programming VB
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:20559
    • 提供者:宋赫
  1. COMMonitor

    0下载:
  2. 串口编程代码-用于数据采集,可扩展性好,提供初学者学习-serial program
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:392695
    • 提供者:yang
  1. RS232

    0下载:
  2. 串口编程,讲述了如何对串口进行编程,内容十分详尽-com
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:42913
    • 提供者:acui
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com