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

搜索资源列表

  1. 485通讯源码

    2下载:
  2. 485通讯
  3. 所属分类:串口编程

    • 发布日期:2008-07-20
    • 文件大小:605byte
    • 提供者:monsoon
  1. RS232串口函数包

    1下载:
  2. RS232串口函数包,包函大多数的串口调用的函数-RS232 serial port function packages 9.1.2 Most of the Serial calling function
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:29.84kb
    • 提供者:林帆
  1. 用C的API函数写的串口通讯程序

    0下载:
  2. 用TC的API函数写的串口通讯程序。 对串口的访问 。-the API function to write the serial communication program. Right Serial visit.
  3. 所属分类:串口编程

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

    0下载:
  2. 很好用的串口通信源码程序(采用中断方式)-very good COM programming souce code(Used interrupt function)
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:8.57kb
    • 提供者:南西宁
  1. 转速计

    0下载:
  2. 本程序利用VB实现了串口读取转速计的功能,相信会对VB开发串口通信的读者有很大的帮助-procedures for the use of the VB read the serial speed of function, I believe it VB serial communication readers will be very helpful
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1.84mb
    • 提供者:刘红梅
  1. 串口访问功能的小测试程序

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC checksum procedure contains a serial communications category, a
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:60.52kb
    • 提供者:天照
  1. WAPI串口编程示例

    0下载:
  2. WAPI串口编程示例,用复杂的api函数,实现的串口功能更为强大.-WAPI serial programming examples, the api with complex functions, to achieve the serial function more powerful.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:225.2kb
    • 提供者:唐浩
  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. 模拟串口(用IO口实现)

    0下载:
  2. 此程序可以帮助你在没有串口的单片机上,实现串口功能,用C51编程,有利于移植!-this program can help you in the absence of SCM Serial, Serial function, C51 program is conducive to transplant!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:12.92kb
    • 提供者:南郁星
  1. 最新奇特串口调试软件

    1下载:
  2. 最新奇特串口调试软件计算机(PC)与仪表(MCU)之间以帧为通讯单位。MCU不主动向计算机发送信息。PC根据需 要发送命令帧,MCU完成相应功能后将发送应答帧。命令帧(PC->MCU)和应答帧(MCU- >PC)的格式是相同的,二者帧内容有所不同。-latest strange serial debugging software computer (PC) and Instrumentation (MCU) to frame between the communication
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3.51mb
    • 提供者:温生
  1. bcbcomm

    0下载:
  2. CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 seria
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:14.07kb
    • 提供者:高荣
  1. smsDatabase

    0下载:
  2. VB做的一个短信收发的例子,功能比较强大,可以好好参考-VB do an SMS transceiver example, function more powerful and can make reference to
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:152.2kb
    • 提供者:张三
  1. VC++中用通讯控件开发串行通信程序

    0下载:
  2. 用VC在Windows下开发串行通享程序是程序员们经常会遇到又令人头痛的一件事,不但要理解许多复杂的API函数>>>>>>>>-VC in the development of Windows-serial programmers enjoy procedure is often encountered again is a headache, not only to understand the many complex API function
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:秋实
  1. 串口访问功能的小测试程序

    0下载:
  2. 一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and to achieve a simple communicati
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:595.44kb
    • 提供者:b
  1. uart_verilog_v1

    0下载:
  2. uart d的verilog 程序,可以实现普通串口功能-UART d Verilog procedures can be achieved ordinary serial port function
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:5.29kb
    • 提供者:梁启
  1. PC机串行通信程序设计

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:57.72kb
    • 提供者:王成
  1. 串口访问小测试程序

    0下载:
  2. 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC procedure contains a serial communications category, and
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:60.92kb
    • 提供者:raul
  1. mscomm

    0下载:
  2. Visual Basic是一个Windows系统下流行的应用程序开发平台。其方便的界面设计使程序员能节省大量时间,并把最大的精力集中在应用程序核心代码的编写上。VB4目前已成为Win95系统下一种最高效灵活的主流开发工具之一,而调用API应用程序接口则正是对VB4功能的强有力扩充,它使得VB4能够直接控制和处理PC硬件资源,而不必依赖于MS-DOS系统服务。可以说,正是借助于API使得VB即能隐藏大部分Windows编程的难点,同时又提供了使用Windows环境的灵活性。 -Visual B
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:96.93kb
    • 提供者:sadf
  1. WindowsAPICOM

    0下载:
  2. Windows API 实现串口通信 用API制作的串口调试器。 供大家学习串口相关的API函数。 有兴趣可以与我联系。-Windows API Serial Communication API produced by the serial debugger. For all study related to the serial port API function. Interested can contact me.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:204.77kb
    • 提供者:朱嘉伟
  1. shiboqi

    0下载:
  2. 实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LABVIEW环境下完成了对虚拟仪器前面板以及后台程序框图的设计与编程。在LABVIEW开发环境下,实现对GPIB控制时,采用VISA模块驱动的方法进行编程。设计结果在LABVIEW环境下的虚拟示波器能够实现示波器的功能,能够显示函数发生器所产生的任意波形。- achieve the waveform can be displayed on
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1.59mb
    • 提供者:刘峰
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com