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

搜索资源列表

  1. slsnif-0[1].4.2.tar

    0下载:
  2. 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:63848
    • 提供者:
  1. Simple Sockets Library--ssl-2[1].11a.tar

    0下载:
  2. 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:197042
    • 提供者:
  1. ATMEL 24cXX驱动程序

    0下载:
  2. 这是对应于atmel公司的24cxx的驱动程序,仅供参考!-This is corresponding to the ATMEL 24cxx driver for reference!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1998
    • 提供者:覃莉
  1. Modem与网络编程vc源码

    0下载:
  2. 对要进行网络编程和串口编程的人员有很大帮助。-right to network programming and serial programming staff is very helpful.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:359033
    • 提供者:谢佳友
  1. chapter8

    0下载:
  2. 这是一个包括串口通信和 红外线接口的初步学习的代码,有利于初学者-It is a serial communication interface and infrared study of the code is conducive to beginners
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:234796
    • 提供者:唐军
  1. modem_com

    0下载:
  2. 这是一个对modem编程的一个小程序, 对串口操作并发AT指令集.-this is a modem programming of a small program on serial operation with AT command set.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3501
    • 提供者:蓝天
  1. 打开串口操作

    0下载:
  2. 这是用C++作的,如何打出串口的程序 .-C is for the serial how making procedures.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1784
    • 提供者:阿钟
  1. DIGOUT

    0下载:
  2. 这个是上面的那个的输出部分,就是可视的那部分。也是外部接板的调用-this is above that of output, which is a visualization of the part. External board also received a call
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:32155
    • 提供者:范翌晨
  1. Test_com

    1下载:
  2. 本源码采用spcomm串口控件,接受数据采用线程方式,这是一个串口测试工具,可以用来做串口监听等。非常适合使用delphi开发串口程序的程序员做参考!-the source used spcomm Serial Control and accept data using threads, it is a serial testing tools can be used to do Serial wiretapping. Delphi is very suitable for the develo
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:37687
    • 提供者:天堂
  1. 串口开发

    0下载:
  2. 下面是串口通信开发的部分原码,自己写的,可能有些错误,希望大大家指教.-Below is a serial communication part of the original development of the code, wrote it myself, may be some mistakes and we hope that the shortage.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:138471
    • 提供者:海涛
  1. Com_N

    0下载:
  2. 本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。-Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx cont
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:97579
    • 提供者:道通
  1. Delphi实现串口通信的常用的方法

    0下载:
  2. Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:5929
    • 提供者:黄区
  1. 串口通讯经典程序

    0下载:
  2. 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial Line) serial communications. M
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:83293
    • 提供者:鸡蛋
  1. AFTNTrans

    3下载:
  2. 此程序利用串口读取民航AFTN电报网中的AFTN信息,然后进行电报解读,并将解读出来的信息存储到数据库中。是民航常用的电报数据读取端口-use of this procedure to read CAD AFTN serial cable network AFTN the information and then proceed telegram read, and read out the stored information to the database. CAD is used to r
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:72272
    • 提供者:我是我
  1. SeriesSample_evc

    0下载:
  2. 这是一个嵌入式VC的程序,在手持设备上实现了串口的调试-This is an embedded VC procedures, the handheld devices to achieve a serial debugging
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:38872
    • 提供者:
  1. 串口通讯硬件仿真测试

    0下载:
  2. 232串口测试程序。// 软件模拟测试说明: // 1.这个测试采用查询方式进行串口通讯 // 2.将软件仿真环境的晶震设为11.0592 MHz // 3.软件模拟全速运行, 观察波特率是1200bps // 4.在串口1中输入数字或字母,可观察到通讯是否有误。-232 serial testing procedures. / / Software simulation tests : / / 1. The test inquiries conducted using seri
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:19851
    • 提供者:李天华
  1. Serial Com Port Utility

    0下载:
  2. 一个用VB编写的串口通讯程序,很好,可惜是用别的语言编写,能翻译最好了-a VB prepared by the serial communication procedures, very good, it is a pity that in other languages, the translation can best
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:22946
    • 提供者:赵烈加
  1. fpga

    1下载:
  2. 这是一个用C语言写的SPI读写FPGA的典型代码,具有一定的参照开发价值-This is a C language reader wrote SPI typical FPGA code has some reference value for development
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2827
    • 提供者:廖月旺
  1. DelphiCOMsrbc

    0下载:
  2. 《Delphi COM深入编程》原书光盘,相当不错的,大家来下载看看呀!-"Delphi COM-depth programming," the original CD, which is pretty good, you download to look at!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:5209118
    • 提供者:夏朋
  1. what-is--serial-port

    0下载:
  2. 串口是计算机上一种非常通用设备通信的协议.大多数计算机包含两个基于RS232的串口。串口同时也是仪器仪表设备通用的通信协议;很多GPIB兼容的设备也带有RS-232口。这里简单的介绍 RS-232 RS-422 RS-485.-A serial port is a very general computer equipment communication agreement. Most computer contains two RS232 serial port based on. A ser
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:8781
    • 提供者:旷旭
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com