您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. wince.net下串口 VB 源码

  2. 使用方法:Dim m_cs232 As New CRs232m_cs232.openPort() '打开串口Dim send() As Byte = {&H1, &H2, &H3}m_cs232.write(send) '发送Dim i as integer = m_cs232.GetReadBuffer() '得到串口输入缓冲区当前字节数Dim rev() As Byterev = m_cs232.read(3) '读取3个字节m_cs232.clsPort() '清空串口输入缓冲区m_cs
  3. 所属分类:VB

    • 发布日期:2007-11-19
    • 文件大小:6144
    • 提供者:realsy
  1. delphi 串口编程

  2. 串口 实现 function TFTransForm.OpenPort:Boolean; var ret:Integer; begin OpenPort := false; ret := sio_open(GCommData.Port); if ret SIO_OK then begin MxShowError('sio_open',ret); Exit; end; if PortSet() = false then begin sio_close(GCommData.Port); Exit
  3. 所属分类:Delphi

    • 发布日期:2011-04-12
    • 文件大小:243712
    • 提供者:sjean
  1. CserialPort类

  2. 早期的CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,该串口类已添加关闭串口函数ClosePort。
  3. 所属分类:C++

    • 发布日期:2011-05-12
    • 文件大小:7168
    • 提供者:liwei__1987
  1. 把SerialPort通讯类封装成的DLL

  2. /*====================================================================================================== 作 者: 许明龙 单 位: 兰州交通大学软件工程专业09级 联 系: 世上没用永远的陌生人,只有还未认识的朋友! QQ:494462498. Tel:13893256491 Email:xuhongming251@163.com 修改时间: 2011-6-5 ==============
  3. 所属分类:C++

    • 发布日期:2011-06-05
    • 文件大小:10240
    • 提供者:ioyh2010
  1. SERIALPORTDLL1_dll使用例子 把SerialPort通讯类封装成的DLL使用例子

  2. /*====================================================================================================== 作 者: 许明龙 单 位: 兰州交通大学软件工程专业09级 联 系: 世上没用永远的陌生人,只有还未认识的朋友! QQ:494462498. Tel:13893256491 Email:xuhongming251@163.com 修改时间: 2011-6-5 ==============
  3. 所属分类:C++

    • 发布日期:2011-06-05
    • 文件大小:1048576
    • 提供者:ioyh2010
  1. CSerialPort(mrlong补充过的)类

  2. Remon Spekreijse的CSerialPort类为基础,mrlong增加了ClosePort,writetoProt()方法,支持字节发送
  3. 所属分类:C++

    • 发布日期:2013-01-07
    • 文件大小:8192
    • 提供者:azhangjiang
  1. CSerialPort串口类更新版2014-01-10

  2. ** ** PURPOSE This class can read, write and watch one serial port. ** It sends messages to its owner when something happends on the port ** The class creates a thread for reading and writing so the main ** program is not blocked. ** ** CREATION DAT
  3. 所属分类:C++

    • 发布日期:2014-01-16
    • 文件大小:13312
    • 提供者:itas109
  1. C++串口通信类,华中科技大学编写并有多方面应用

  2. 呈上头文件部分信息 注释的也很详细的 COPYRIGHT NOTICE Copyright c 2009 华中科技大学tickTick Group (版权声明) All rights reserved @file SerialPort h @brief 串口通信类头文件 本文件完成串口通信类的声明 @version 1 0 @author 卢俊 @E mail:lujun hust@gmail com @date 2010 03 19 修订说明: #ifndef SERIALPORT H #d
  3. 所属分类:C++

    • 发布日期:2014-05-03
    • 文件大小:5120
    • 提供者:yuanyunzhu
  1. SerialPort

  2. 串口编程的重要类,不过由于没有closePort函数,造成了VC下面编译错误,这里添加了closePort函数
  3. 所属分类:C++

    • 发布日期:2008-10-19
    • 文件大小:7168
    • 提供者:cuker_1
  1. C++串口工具源码

  2. 串口工具收发,代码简单明了,适合初学者,vs void CSerialTestDlg::OnBnClickedButton1() { // TODO: Add your control notification handler code here CString str,strCOM,strBaud; int com,baud; GetDlgItemText(IDC_BUTTON1,str); // GetDlgItemText(IDC_COMBO_COM,strCOM); com=m_cmb
  3. 所属分类:C++

    • 发布日期:2014-08-13
    • 文件大小:4194304
    • 提供者:hebeihuoc
  1. CSerialPort串口操作类

  2. 串口编程类 BOOL InitPort() void WriteToPort(char* string); void WriteToPort(char* string,int n); void WriteToPort(LPCTSTR string); void WriteToPort(BYTE* Buffer, int n); void ClosePort();
  3. 所属分类:C++

    • 发布日期:2015-04-01
    • 文件大小:12288
    • 提供者:qq79480765
  1. 汇编操作串口的LIB库

  2. 汇编操作串口的INC 和 库 ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>&
  3. 所属分类:硬件开发

    • 发布日期:2008-11-06
    • 文件大小:3072
    • 提供者:SndChk
  1. SerialPort类

  2. (1)CSerialPort类定义的消息汉化说明 (2)添加三个发送函数WriteToPort(),方便信息发送,和原有版本的发送限制 (3)添加了ClosePort()函数,方便资源的释放 PS:战旗
  3. 所属分类:网络监控

    • 发布日期:2016-04-14
    • 文件大小:8192
    • 提供者:u014368629
  1. CSerialPort串口类最新修正版2016-05-07

  2. CSerialPort =========== First Version by Remon Spekreijse on 2000-02-08 http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm Second Version by mrlong on 2007-12-25 https://code.goog
  3. 所属分类:C++

    • 发布日期:2016-05-07
    • 文件大小:50176
    • 提供者:itas109
  1. CSerialPort串口类最新修正版2016-06-29

  2. CSerialPort First Version by Remon Spekreijse on 2000-02-08 http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm Second Version by mrlong on 2007-12-25 https://code.google.com/p/myc
  3. 所属分类:C++

    • 发布日期:2016-06-29
    • 文件大小:99328
    • 提供者:itas109
  1. CSerialPort串口类最新修正版2016-08-02

  2. CSerialPort First Version by Remon Spekreijse on 2000-02-08 http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm Second Version by mrlong on 2007-12-25 https://code.google.com/p/myc
  3. 所属分类:C++

    • 发布日期:2016-08-08
    • 文件大小:19456
    • 提供者:itas109
  1. CSerialPort串口类最新修正版2016-08-10

  2. CSerialPort First Version by Remon Spekreijse on 2000-02-08 http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm Second Version by mrlong on 2007-12-25 https://code.google.com/p/myc
  3. 所属分类:C++

    • 发布日期:2016-12-18
    • 文件大小:19456
    • 提供者:itas109
  1. CSerialPort串口类最新修正版2017-02-14

  2. CSerialPort First Version by Remon Spekreijse on 2000-02-08 http://www.codeguru.com/cpp/i-n/network/serialcommunications/article.php/c2483/A-communication-class-for-serial-port.htm Second Version by mrlong on 2007-12-25 https://code.google.com/p/myc
  3. 所属分类:C++

    • 发布日期:2017-02-14
    • 文件大小:272384
    • 提供者:itas109
  1. CSerialPortV3.0.0串口类最新修正版2017-12-16

  2. 新增功能 * 支持DLL输出 * 去除QueryKey和Hkey2ComboBox,采用CSerialPortInfo::availablePorts()函数代替 * 增加CSerialPortInfo类,目前只有availablePorts静态函数,用于获取活跃的串口到list * 增加命名空间itas109 * 精简不必要的头文件 * InitPort和~CSerialPort()中直接整合ClosePort() 其他: 博客:blog.csdn.net/itas109 Email:ita
  3. 所属分类:C++

    • 发布日期:2017-12-16
    • 文件大小:484352
    • 提供者:itas109
  1. closeport:终止指定端口-源码

  2. 关闭端口关闭指定端口 项目设置 npm i w-shao/closeport -g 编译和热重装以进行开发 close:port 更新到最新版 npm i styled-componentslatest
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:2048
    • 提供者:weixin_42149145
« 12 »