CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 注册 串口

搜索资源列表

  1. 一个串口控件注册机

    0下载:
  2. 用于Delphi和C++Builder的串口控件
  3. 所属分类:系统编程

    • 发布日期:2009-01-12
    • 文件大小:973293
    • 提供者:panll56
  1. msscom控件注册

    0下载:
  2. vc6.0带的msscom控件 用电脑串口编写的许多程序用的这个控件,但是不装vc6.0就没有这个控件,想用vs2008或者vs2005的以及其他软件无法打开串口的可以使用这个软件注册
  3. 所属分类:编译

    • 发布日期:2010-11-03
    • 文件大小:46277
    • 提供者:canopen
  1. WINCE.rar

    0下载:
  2. BtSquirt:两个CE系统进行蓝牙传送文件的程序 MySquirt:两个CE系统进行红外传送文件的程序 ListNet:能列出CE系统网络连接的小程序 RegView:能浏览指定注册表内容的程序 CeChat:基于串口通信的聊天程序 摘自《Windows Embedded CE 6.0 Developer Reference》一书 ,BtSquirt: two CE systems procedures Bluetooth transmission of docu
  3. 所属分类:Windows CE

    • 发布日期:2016-09-19
    • 文件大小:2726859
    • 提供者:yanjun
  1. PB操作串口

    0下载:
  2. PB操作串口 1.首先点击“控件注册.BAT”注册“MsComm32.ocx”控件 2.“MsComm32.reg”注册表文件 3.打开pb导入窗口“w_com_example.srw” 也可以直接打开.pbw文件 -PB operation serial 1, first click on the "control register. BAT" registered "MsComm32.ocx" control
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:53552
    • 提供者:sj14536595
  1. TraversePort

    0下载:
  2. c#自动遍历串口号,从注册表获得串口的安装信息-automatically traverse the serial port, get serial installation information from the registry
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:20879
    • 提供者:smst
  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
    • 文件大小:191512
    • 提供者:
  1. Victor

    0下载:
  2. 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder seria
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1112607
    • 提供者:5445
  1. MCUToolsEn

    0下载:
  2. MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:61836
    • 提供者:黄元其
  1. mycom

    0下载:
  2. MFC编写的串口调试软件,利用MSCOMM控件编写。同时提供了软件的发行安装包,MSCOMM控件的注册授权文件和注册方法。-Serial debugging software written in MFC, using the preparation of MSCOMM control. While providing a software distribution package, MSCOMM control, the registration authority and the regis
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:978285
    • 提供者:黄宏钦
  1. MsComm_Control_and_Registration

    0下载:
  2. MsComm控件(.ocx)及串口控件的注册、认证方法-MsComm control (. Ocx) and Serial control, registration, authentication methods
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:46835
    • 提供者:rscboy
  1. comtemp

    0下载:
  2. 串口控件实现温度数据采集并显示,本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法   串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)   取串口数据:m_Comm.GetInput()   你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -Serial Port Control to achieve th
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:81831
    • 提供者:ak
  1. c# 串口通讯 读取数据库等信息

    3下载:
  2. c# 串口通讯 读取数据库等信息,写入注册表,读取磅的数据,写入数据库-c# serial communication read the database information, write to the registry, read pounds of data, written to the database
  3. 所属分类:串口编程

    • 发布日期:2014-01-25
    • 文件大小:675781
    • 提供者:adai
  1. chuankou

    0下载:
  2. 串口监视软件,免注册的,挺好用的,主要监视串口的读写,监控的内容不是太详细
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:388509
    • 提供者:sth
  1. Register

    0下载:
  2. windows串口控件注册机,及源代码,小程序一个,需要注册控件代码的同学可参考。主要获取注册函数DllRegisterServer 地址-windows serial port control, RI, and source code, a small program, students need to register the control code can refer to. Get registered address of the main function DllRegisterS
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1657968
    • 提供者:Oscar
  1. SCommTest-232com

    0下载:
  2. 多数涉及串口操作的软件,在让用户选择串口时,只会机械的给出从COM1到COM16的组合框。但实际上可能有大于COM16的串口号,于是想编程来获取实际的串口号再列出来。看起来很难,其实关于串口的信息保存了注册表中-Most involved in the serial-based software, allowing users to choose the serial port, only gives the machine from COM1 to COM16 of the combo box
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3748494
    • 提供者:herrychen
  1. SerialPort

    0下载:
  2. 读取注册表获取串口号,进行串口通信,通过软件界面可以设置波特率、数据位等参数(It is a software used to communicate with serial port. It is coded on QtCreator with a serialport class. The software can check the regedit and get the Com port. Users can set Baud rate, data bits and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:22528
    • 提供者:呆木木
  1. 串口助手

    0下载:
  2. 自己花了一个星期用VB6.0写的一个串口助手,加入了38款皮肤插件,增加了注册机,欢迎下载,仅供学习交流使用。(I spent a week writing a serial assistant with VB6.0, adding 38 kinds of skin plugins, adding the registration machine, welcome to download, just for learning and communicating.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:33169408
    • 提供者:摇摆哥
  1. 出现MSComm32.ocx未注册解决方案

    0下载:
  2. 实现一键注册控件,并提供多个255个mscomm个接口(make the register the ocx easy.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:94208
    • 提供者:12345hu
  1. javascript实现串口通信(亲身测试)

    3下载:
  2. 串口通信,mscomm32,内含注册串口通信的插件(Serial Communication, mscomm32, Plug-in for Registered Serial Communication)
  3. 所属分类:通讯编程

    • 发布日期:2019-11-09
    • 文件大小:3302400
    • 提供者:lixuchenkai
  1. windows串口通信C++源码

    0下载:
  2. 1、内含windows环境下串口收发通信源代码 2、开发环境VS2010 3、内含串口控件mscomm32.ocx及注册方法(1. Including the source code of serial communication in Windows Environment 2. Development environment VS2010 3. Embedded serial port control mscomm32.ocx and registration method)
  3. 所属分类:Windows编程

    • 发布日期:2020-04-13
    • 文件大小:180224
    • 提供者:thunderwizard
« 12 3 4 5 6 »
搜珍网 www.dssz.com