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

搜索资源列表

  1. 串行通讯控件

    0下载:
  2. 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7302
    • 提供者:王胜
  1. liangs_串口调试器2002

    0下载:
  2. 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:149211
    • 提供者:张小姐
  1. VC实用高级编程

    0下载:
  2. 在VC++中利用ActiveX控件开发串行通信程序 用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程 一个单片机串行数据采集/传输模块的设计-in VC using ActiveX development serial communication program with VC prepared MSComm control serial communication program's source code, and write a detailed pro
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:248345
    • 提供者:fxy
  1. 不占用串口资源读取串口

    0下载:
  2. 不占用串口读取串口,在win98下VxD串口数据捕捉的程序。具体使用可以自已在界面上学习-off Serial serial read in VxD under win98 serial data capture process. Concrete can use in their own learning interface
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:33254
    • 提供者:向峰
  1. java_serial

    0下载:
  2. 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2024
    • 提供者:
  1. FReadWrite

    1下载:
  2. 针对激光扫描仪sick的扫描数据进行读取,解码,验证的一个程序。-laser scanner sick scanning data reading, decoding and validation process.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:53784
    • 提供者:刘海云
  1. sermon

    0下载:
  2. 这是一个超级好用的串口监控程序(非源码),可以检测到其他软件打开串口后的任何活动及收发数据,从而可以分析其通讯协议。软件的全称是Serial Monitor v3.22 ,这个是破解版,很费劲才找到的。我实际使用效果非常好,可以很容易得到别的软件如手机管理软件的通讯的全过程,搞清发了一些什么AT命令,等到了什么样的应答和数据。强烈推荐串口编程者必备-This a super user-friendly Serial Monitoring Program (FOSS), can detect ot
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2620694
    • 提供者:程志宏
  1. i2c总线程序

    0下载:
  2. 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1895
    • 提供者:江南
  1. CommPort Debug

    0下载:
  2. 一个关于Com端口调制的程序。包括向Com端口发送数据及从Com端口接受数据两部分。-a Com port on the modulation process. Including Com port and send data from the Com port to accept data in two parts.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4212
    • 提供者:张积存
  1. 附件

    0下载:
  2. dephi实现RS232串口通信。本程序需要一根RS232串口线连接两个串口实现。本程序包括两个部分:发送端和接收端,分别打开两个文件夹里名为SerialPortCom.exe的程序,在发送端输入数据,然后就可以在接收端看到发送端输入的数据。-dephi achieve RS232 serial communication. This process requires an RS232 serial link two Serial Port. This program consists of t
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:402320
    • 提供者:忆星
  1. Example.rar

    0下载:
  2. MSCOMM控件编程实例,主要展示了通过对话框程序来在pc机上接受,发送串口数据。,MSCOMM control programming examples, mainly through the dialog box display process to accept the machine in the pc, send the serial data.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:148232
    • 提供者:章九
  1. UART_TEST.rar

    0下载:
  2. 用C程序模拟接收端,在RX中断程序中将接收到的数据发送回去,Process simulation with C the receiving end, the procedure will be interrupted in the RX data received send back
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:985
    • 提供者:jack
  1. ComTimer

    1下载:
  2. 多线程串口数据发送,采用Windows高精度时间搓实现,精度可以达到1毫秒,可以任意设置进程优先级别和线程优先级别-Multi-threaded serial data transmission, the use of Windows to achieve high-precision time twist, the accuracy can reach 1 ms, which could be set process priority and thread priority
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:47540
    • 提供者:宋启波
  1. sample_15wav

    0下载:
  2. 基于NI的声压数据采集卡,利用labview程序采集15路麦克风信号并保存-The sound pressure based on NI data acquisition card, use 15 mic labview signal acquisition process and save
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:109726
    • 提供者:秦林
  1. CommMonitor

    0下载:
  2. CommMonitor 侦测、拦截、逆向分析串口通信协议, 是侦测RS232/422/485串行端口 的专业工具软件,是软硬件工程师的最佳助手。CommMonitor 能侦听、拦截、记录、分析 串行通信协议,让您对应用程序操作串行端口的过程和细节,让您及时的模拟被侦听程序 或设备的数据、控制流,提高工作效率。 -CommMonitor detection, interception, reverse analysis of serial communication protoco
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:980981
    • 提供者:王飞
  1. zimotiqujichuankouxiazai

    0下载:
  2. 本程序完成字模提取与将提取的字模数据通过串口下载到单片机-The extraction process is complete matrix with the matrix will be extracted from data download to a single-chip serial
  3. 所属分类:Com Port

    • 发布日期:2017-05-03
    • 文件大小:529048
    • 提供者:CHEN LING
  1. CommWizard

    0下载:
  2. 使用MSCOMM控件编程源码,可以在线设置通信速率、奇偶校验、通信口无需重新启动程序;可以设置定时发送的数据及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换;自动保存设置参数。-MSCOMM control the use of programming source code, you can set up online communication rate, parity, communications I need to restart the process
  3. 所属分类:Com Port

    • 发布日期:2017-05-27
    • 文件大小:9773110
    • 提供者:王明朝
  1. Multi-point_temperature__PC(CODE)

    0下载:
  2. 多点温度采集上位机程序(原程序),这是配合这是配套本人上传的“多点温度采集系统”的上位机程序,一整套的东西,通这RS232接收下位机传来的数据,显示和画走势图,还可以控制下位机,通信协议在“Multi-point_temperature _system.rar”-Multi-point temperature of PC acquisition procedures (the original program), which is in line with this is the package
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1575543
    • 提供者:aulyp
  1. sms_gprs

    0下载:
  2. 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5450609
    • 提供者:zhanglong
  1. data-encapsulation-

    0下载:
  2. 详细说明数据封装、解封装流程,介绍数据在每个设备的处理过程-Describe data encapsulation and de-encapsulation process, introduction of data processing in each device
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:84402
    • 提供者:徐赐坚
« 12 3 »
搜珍网 www.dssz.com