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

搜索资源列表

  1. mt

    0下载:
  2. 用C51编写的基于51单片机串口点对点双向通信程序,特点是具有可靠的通信失败检测及信息重发功能。-with C51 prepared by the 51 microcontroller-based point-to-point two-way serial communication program, which is characterized with reliable communication failure detection and re-issued the information
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4.54kb
    • 提供者:姚爱田
  1. USBjiekou

    0下载:
  2. 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通兜母鞲黾扑慊鶦PU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位) 的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位) 进行如下简单的编码: 0H:发送的是新的半个字节数据 1H:重新发送上次传送错误的数据 2H:文件名结
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:飞机
  1. MySci2

    0下载:
  2. 自己改进的一个串口VC程序,本来是用于对我的DSP板的监测,打开程序后在视图区内单击鼠标左键即可出现通信控制对话框,可选择传送6个不同的监测变量,都是先传送高8位,再传送低8位,很适合作为监测软件-improvement to their VC of a Serial procedures have been used for the DSP board monitoring, open View procedures in the region can click the left mouse
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:55.43kb
    • 提供者:武文杰
  1. 64_TestUsb

    0下载:
  2. USB通信源代码,网上最全,下载后重新rebuild就可以运行了。-USB communications source code, the entire Internet, downloading re-rebuild on the run.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:35.98kb
    • 提供者:李铭
  1. AB2150

    0下载:
  2. 此文件以插件DLL的形式封装了AB2150矩阵协议,通过此DLL可以学习串口通讯和MFC DLL插件的开发,希望能使使用者收益。压缩包中含有云台控制ID是定义的枚举类型,该类型未在工程中列出,请使用者重新定义中即可编译。-this document in the form of plug-in DLL Packaging AB2150 matrix of the agreement, through this DLL can learn serial communication and MFC
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:209.79kb
    • 提供者:吴永东
  1. MThreadComm

    2下载:
  2. 简洁易用的多线程串行通讯接口,对CSerialPort类重新进行了二次封装,主要目的是简化串口的使用。-concise, easy-to-use multithreading serial communication interface, CSerialPort category of re-packaging the second main objective is to simplify the use of serial port.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:81.9kb
    • 提供者:沉沉
  1. simple_spi

    0下载:
  2. 一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchron
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:462.01kb
    • 提供者:Jack
  1. acxmmm

    0下载:
  2. 自己封装底成的API函数开发的OCX控件,可以再网页上使用-API functions own package bottom as OCX controls, you can re-use on a web page
  3. 所属分类:Com Port

    • 发布日期:2017-11-09
    • 文件大小:4.3mb
    • 提供者:mengxh
  1. seriel_communication

    0下载:
  2. 串行通信。与大家分享。希望仔细阅读,做适当修改。再应用-Serial communication. To share with you. I hope to read, make the appropriate modifications. Re-application
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:11.29kb
    • 提供者:李明
  1. chuankou

    0下载:
  2. 串口是目前最常用的一种串行通讯接口它是在年由美国电子工业协会联合贝尔系统调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准-Serial describe is a lane, and the parallel port is the eight lane 8 can be conveyed at the same time (one byte) data. But the parallel port is not fast, as between the 8-channel
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:48.11kb
    • 提供者:vans52
  1. serialport1

    0下载:
  2. 最近在整理文件的时候发现了原先写的一个串口程序,为了提高重用性就又重新的写了一下。根据以前的使用过的一系列串口操作软件发现,大多数的串口操作软件不具备自动的记录保存功能,于是我就在这里把它加进去,记录文件是在应用程序目录下以时间命名的文本文件。程序使用了两个可以重用的 C++ 类,串口通讯类文件 superSP.cpp, superSP.h 文件操作类文件 fileCtrl.cpp, fileCtrl.h-Recently, when sorting the documents found in
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:39.5kb
    • 提供者:flashvip
  1. Fx2n

    1下载:
  2. 三菱FX PLC 通讯程序,在网络上看到一个,发现很多code丢失,自己重新整理写了一个,简单试验一下还可以-Mitsubishi FX PLC communication program in the network see one, find a lot of code missing, re-organize themselves to write a simple test what can be
  3. 所属分类:Com Port

    • 发布日期:2017-05-23
    • 文件大小:7.24mb
    • 提供者:mqnx
  1. SerialApp

    0下载:
  2. 采用C++语言编写,可以实现两台电脑之间的通讯。文件传输,信息发送功能。首先进行串口参数设置。再实现通讯。-Using C++ language, you can realize the communication between two computers. File transfer, messaging capabilities. First of all serial port parameter settings. Re-implementation communication.
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5.12mb
    • 提供者:xc
  1. Example11

    0下载:
  2. GSM和GPRS应用实例,源程序.适合于短信猫串口编程.正在做短信猫编程可以看看~!-GSM and GPRS application example, source code. For SMS cat programming.' re Doing text messaging program can see the cat ~!
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:80.26kb
    • 提供者:林子建
  1. SCommTest-232com

    0下载:
  2. 多数涉及串口操作的软件,在让用户选择串口时,只会机械的给出从COM1到COM16的组合框。但实际上可能有大于COM16的串口号,于是想编程来获取实际的串口号再列出来。看起来很难,其实关于串口的信息保存了注册表中-Most involved in the serial-based software, allowing users to choose the serial port, only gives the machine from COM1 to COM16 of the combo box
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:herrychen
  1. cnComm

    0下载:
  2. 使用方法:自己重新写一个串口操作源文件cmd.c或者cmd.cpp.在cmd.c或者cmd.cpp中定义头文件#include "cnComm.h".定义串口类-To Usage: own re-write a serial operation source file cmd.c or cmd.cpp cmd.c, or cmd.cpp in defining the header file# include "cnComm.h define the serial port class
  3. 所属分类:Com Port

    • 发布日期:2017-11-01
    • 文件大小:15.8kb
    • 提供者:lanh
  1. SpComm

    0下载:
  2. Delphi串口开发控件, 包含DELPHI源代码-Delphi Serial Port VCL Version 2.5 1. Add OnSendDataEmpty event handler when all data in buffer are sent(send-buffer become empty) this handler is called. You may call send data here. 2. Ch
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:33.12kb
    • 提供者:allen
  1. 串口助手sdd

    1下载:
  2. 1软件打开时,自动检测有效COM端口 2 软件打开时,自动复原到上次关闭时的状态 3 不必关闭串口,即可直接进行更改初始化设置内容(串口号、波特率、数据位、停止位、校验位),可按更改后的信息自动将串口重新打开 4 可统计接收字节和发送字节的个数 5 接收数据可按16进制数据和非16进制数据进行整体转换 6 可将接收到数据进行保存 7 可设置自动发送,发送时间可进行实时更改 8可按字符串、16进制字节、文件方式进行发送,字符串和16进制字节可分别进行存储,内容互
  3. 所属分类:串口编程

    • 发布日期:2017-12-15
    • 文件大小:102kb
    • 提供者:sunsddd
搜珍网 www.dssz.com