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

搜索资源列表

  1. RS232COMMuniication

    0下载:
  2. uart串口通信的控件和demo,用API 编写,后台接受线程实时接收,Demo可以实现字符串传送和HEX发送 -UART serial communication controls and the demo, with API preparation, background threads to accept real-time receiving, Demo can be achieved string transmission and HEX Send
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1.29mb
    • 提供者:许开明
  1. 多串口多线程工业控制实现

    3下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:92.47kb
    • 提供者:li
  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. SerialCommNT

    0下载:
  2. 使用WINDOWS API接口,已封装成WINAPI动态库,可直接使用-use Windows API interface, Packaging has become WINAPI DLL can be used directly
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:48.69kb
    • 提供者:王良高
  1. siChat

    0下载:
  2. 该程序演示了如何在windows平台下使用WindowsAPI函数来操作串口,可以用以实现两台PC机之间的实时聊天。(必须连接串口电缆)-the program demonstrated how the Windows platform using Windows API function to operate serial ports, can be used to achieve between two PC real-time chat. (Must connect serial cabl
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:106.44kb
    • 提供者:闪核
  1. Serial-Communication-using-VB

    0下载:
  2. 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1.61mb
    • 提供者:寂静山林
  1. windowsAPISerialPort

    0下载:
  2. windows API写的一个串口控件,可以实现MSCOMM不能实现的230400波特率,使用也很简单-windows APIs to write a serial control, you can the MSCOMM can not achieve the 230,400 baud rate, the use of very simple
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:zhyanwei
  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. COMDeviceManager

    0下载:
  2. 通过api函数检测系统的串口设备,不是通过注册表。 delphi 检测系统的设备管理器中的串口设备,delphi 2011(delphi xe)或以下版本都可以直接编译-delphi Detection System Device Manager in the serial devices, delphi 2011 (delphi xe) or less, can be directly translated
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:187.02kb
    • 提供者:
  1. MSComm

    0下载:
  2. MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:290.62kb
    • 提供者:自治州
  1. Demo

    0下载:
  2. 使用Windows API 方式,实现的串口通信的例子,可以作为一个聊天程序-The use of Windows API methods to realize the serial communication example, can be used as a chat program
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:6.58kb
    • 提供者:chenmo
  1. TTY

    0下载:
  2. 这是一个用API函数写的MFC串口程序,可以发送数据也可以动态显示接收的数据,参数可以随意设置,使用效果好-This is an API function with the serial program written in MFC, you can send the data can also be dynamically display the data received, parameters can be free to set up, use good effect
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:50.39kb
    • 提供者:武汉
  1. Serialport

    0下载:
  2. C#语言实现单片机与PC机的串口通讯,用API函数编写,已经实现数据的接收功能。可以实现串口参数的设置,功能齐全。-C# language implementation SCM and PC,serial communications, using API functions written in the data reception has been achieved. Serial port parameter settings can be achieved,full featured.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:113.36kb
    • 提供者:ranran
  1. API-232

    0下载:
  2. 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -The first Chapter provides an introduction to the API-232 library. Chapt
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:17.91kb
    • 提供者:王建
  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
    • 文件大小:48.46kb
    • 提供者:ljc
  1. MySerialCom

    0下载:
  2. 串口通信API编程.基于VC++6.0.可以直接使用。-Serial communication API programming. Based on VC++6.0. Can be used directly.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:38.2kb
    • 提供者:wu
  1. Comm.tar

    0下载:
  2. 串口通信的使用程序,使用该程序可以完整的实现串口的所有功能 基于window的API进行编写 灵活-The use of serial communication program, the use of the program can complete all of the features of Serial API for writing based on a flexible window
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:233.96kb
    • 提供者:wang
  1. 57789345

    0下载:
  2. MSCommControl控件通过串行端口传输和接收数据为应用提供串行通讯功能MSCommControl控件在串 口编程时非常方便员不必去花时间去了解较为复杂API而且在VC、VB、Delphi等语言中均可使用-MSCommControl control through a serial port transmit and receive serial data applications in the serial communication function MSCommControl c
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:149.39kb
    • 提供者:xiaofan
  1. C-API

    0下载:
  2. cpp help , example off can protocol send & resive with C++ document
  3. 所属分类:Com Port

    • 发布日期:2017-12-05
    • 文件大小:753kb
    • 提供者:mojtaba
« 12 »
搜珍网 www.dssz.com