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

搜索资源列表

  1. SerialPortProgram

    0下载:
  2. 串口通信,上位机可以呼叫下位机的8个设备号,进行数据传输-Serial communication, host computer can call the next crew of the No. 8 device, data transmission
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:54432
    • 提供者:duxingpei
  1. TestingaPC

    0下载:
  2. This is code for testing a PCs RS-232 Port. It call the "Loop-Back" test.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:4070
    • 提供者:khanh linh
  1. cnComm

    0下载:
  2. 一个功能写得很经典的串口操作的函数,调用这个头文件就OK了。-A feature written very classic serial port operations function, call the header file is OK.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:4822
    • 提供者:cobra
  1. TAPICase

    0下载:
  2. TAPI编程实例--利用TAPI拨打电话的主要技术和算法-TAPI Programming Example- the use of TAPI call the main techniques and algorithms
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:64966
    • 提供者:oiukjh123
  1. message20100619222217

    0下载:
  2. 串口通信与自定义消息:掌握VC下串口编程式的方法,掌握动态库的静态调用及自定义消息. -Serial communication with a custom message: serial port programming under control VC type approach, grasp the static call and dynamic library custom message.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:21028
    • 提供者:袁建超
  1. vcdll20100619223057

    0下载:
  2. vc调用dll 其实,调用dll文件的方法很多,不一定要使用LoadLibrary函数。如果使用的话,你就要预先声明dll中的函数,很麻烦-vc call dll in fact, many ways to call the dll files do not have to use the LoadLibrary function. If so, you must pre-declare dll function in much trouble
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:1768
    • 提供者:袁建超
  1. 12232

    0下载:
  2. 这是12232F用串口的显示程序,该程序可以通过调用函数可在任意位置显示任意字符,供大家参考。-This is 12232F display with a serial program, the program can call the function can display any character in any position, for your reference.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:1027
    • 提供者:zhangwang
  1. UART_T1

    0下载:
  2. UART:Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置,UART是一个并行输入成为串行输出的芯片,通常集成在主板上,多数是16550AFN芯片。 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。-UART: Universal Asynchronous Receiver/Transmitt
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:278230
    • 提供者:zgd
  1. SerialCtrlDemo

    0下载:
  2. CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。 -CSerialIO implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, simply provide the API call
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:49620
    • 提供者:ljc
  1. Delphi_api_COM1

    0下载:
  2. Delphi直接调用API编写的高效率的串口测试程序。-Delphi to directly call API written test procedures and efficient port.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:329110
    • 提供者:
  1. SerialPort

    0下载:
  2. 用API编写的串口类,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据-function used API, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:5983
    • 提供者:陈虎
  1. Real-Time-sample

    0下载:
  2. 中控实时软件调用方法和处理方式,VB调用程序-Call the method in real-time software control and treatment, VB calling program
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:6277
    • 提供者:李锋
  1. SerialPortTest

    0下载:
  2. 在VC程序中,每当串口缓冲区中有一个或一个以上字符时触发串口通信事件(字符个数可以在程序中进行设定),该事件就驱动(调用)串口通信事件处理函数,对接收到的数据进行处理,判断是否为包(串)头,即第一个字符,再判断是不是结束字符,若是结束字符,则还要对数据进行校验计算,并与接收到的校验值比较,或两者相同,则断定接收到的数据包是正确的,否则是错误的。-In the VC procedure, whenever the serial buffer has one or more serial commu
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:59862
    • 提供者:借方鋆
  1. com-API

    1下载:
  2. VB调用window API函数,通过RS232串口接收、发送数据-VB call the window API functions, through the RS232 serial port to receive and send data
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:9165
    • 提供者:du_zhneyi
  1. vb

    0下载:
  2. 在VB如何中调用串口控件并实时读取串口的数据。-How to call in VB serial port control and real-time read the serial data.
  3. 所属分类:Com Port

  1. comm

    0下载:
  2. 用于串口类的封装 在别的程序可以直接调用 可以减少了串口组建的使用和环境的配置-Package for the serial port class can directly call the other procedures can reduce the use of a serial form and environment configuration
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:6257
    • 提供者:bxt
  1. WJDemo

    0下载:
  2. USB来电盒接口演示实例。C++开发的DLL接口。-usb call demo
  3. 所属分类:Com Port

    • 发布日期:2017-06-15
    • 文件大小:23588909
    • 提供者:西雅丽家
  1. Ex001printfscanf

    0下载:
  2. This routine printf, and scanf functions redirected to serial port 1 (USART1). The main loop calls the function printf, scanf functions and from the serial port 1 receives three integers and a string, and then call the printf function to output to th
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:287678
    • 提供者:gale8
  1. Communication

    0下载:
  2. vb进行串口通讯时,需要调用的api函数-VB serial communications, call the API function
  3. 所属分类:Com Port

    • 发布日期:2017-05-02
    • 文件大小:1019783
    • 提供者:zhangli
  1. MSComm

    0下载:
  2. 目前,Visual Basic (简称VB) 已成为WINDOWS 系统开发的主要语言,以其高效、简单易学及功能强大的特点越来越为广大程序设计人员及用户所青睐。VB 支持面向对象的程序设计,具有结构化的事件驱动编程模式并可以使用无限扩增的控件。在VB 应用程序 可以方便地调用WINDOWS API函数,使得编程效率提高,应用功能增强。 利用VB 提供的这些功能,我们可以有三种方法完成串口通信。一种是用VB 提供的具有强大功能的通信控件 另一种方法是调用WINDOWS API 函数,使用W
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:8713
    • 提供者:董永文
« 1 23 4 »
搜珍网 www.dssz.com