CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - csharp serial port

搜索资源列表

  1. Rs232-CSharp

    0下载:
  2. This class provides all the necessary support for communicatingwith the Comm Port (otherwise known the Serial Port, or RS232 port).IDE:VS.NET2003
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6528
    • 提供者:任绘锦
  1. ModbusPollCS.zip

    0下载:
  2. this is c# code for working with Modbus serial port.,this is c# code for working with Modbus serial port.
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:38367
    • 提供者:amir
  1. SerialCommDimo.rar

    0下载:
  2. c#串口编程源码 串口ourdev_390773 ComTool,c# serial port programming serial ourdev_390773 ComTool source
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:244063
    • 提供者:j51357
  1. Cshape_serial

    0下载:
  2. 串口编程,实现通过串口连接并控制外围设备,连接外围几个摄像头并控制拍摄图片-Serial programming, implementation and control through the serial port to connect peripheral devices to connect peripherals and control some camera shooting Photos
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:296580
    • 提供者:
  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. serial

    1下载:
  2. 一个C#的串口与下位机通讯的源码,提供给嵌入式开发的朋友们,可以做上位机串口通讯学习用,VS2005编译通过。-A C# serial port communication with the lower machine source code, available to the embedded development friends, you can learn to do serial communication with PC, VS2005 compile.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:402019
    • 提供者:罗彬洪
  1. Serialport_Data_Anylize_Tool

    0下载:
  2. 串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。-Serial port analization tool. All data from/to serial port can be received/sent in the form of binary, hex and ASCII.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:200020
    • 提供者:wk
  1. serialport

    0下载:
  2. 串口数据读取源程序,本机调试时需将串口的输入与输入脚短接-Serial data acquisition source, this machine will need to debug serial port input and input pin shorted
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:54689
    • 提供者:凌云
  1. SerialPort

    0下载:
  2. C#串口收发界面,可以在此基础上自由改动-C# Serial Port TX and RX
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:63724
    • 提供者:gao
  1. SerialCommunicationTest

    0下载:
  2. 本程序为公交调度系统项目中的串口通讯模块,通讯协议文件为[通讯命令及通讯方式规定.doc 需要用到一个C++写的dll,功能是帮助初始化串口。(该dll文件已经放在bin\debug目录下)-This program is a project scheduling system bus serial communication module, the communication protocol document [communications command and communicati
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:539211
    • 提供者:滕林颖
  1. IOPorts

    3下载:
  2. 自编C# 串口、网口通讯类,采用接口方式统一处理,非专业源码,可自行修改升级。-Own C# serial port, network port and communications, unified way to deal with the use of interfaces.
  3. 所属分类:C#编程

    • 发布日期:2012-11-07
    • 文件大小:5304
    • 提供者:ydf
  1. CSharpControlLED

    0下载:
  2. C# Serial port control ten bar (arduino i/o board)
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:69012
    • 提供者:nick
  1. Comm-tongxin

    0下载:
  2. 可向串口发送命令,实时侦听串口缓存中的数据,加上线程后可实现串口通信的任意功能-Can send commands to the serial port, real-time listening serial data cache, together with the threads can be achieved after the serial communication arbitrary function
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:28398
    • 提供者:cobra
  1. serial

    0下载:
  2. 可以在ebox4300平台下的wince6.0下实现与电脑的串口通信,基于c#的串口类实现,简单实用-Ebox4300 platform can be achieved under the wince6.0 serial communication with the computer, based on the c# serial port class implements a simple and practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:32997
    • 提供者:smc
  1. CshapHexCommPort

    0下载:
  2. C#写的串口16进制收发程序,这样容易发现发送的原始码比对,主要建立收发机制和方式方法。-C# to write the serial port, 16-band transceiver procedures, so easy to find the source to send more than right, the major mechanisms and the establishment of ways and means to send and receive.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:37692
    • 提供者:董忠涛
  1. Serial_IO

    0下载:
  2. 用C#.NET实现的最简单的串口发送和接收程序,有函数说明。可以整合到应用中去。-Using C#. NET to achieve the most simple procedure to send and receive serial port, a function descr iption. Can be integrated into applications to.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:3022627
    • 提供者:DavidX
  1. csharpserialport

    0下载:
  2. 启用键盘快捷键等向串口发送数据控制机器人运动,提供一个开发实例,上位机,下位机,陆续上传!能不能多给点分数-Enable keyboard shortcuts and so on to send data to control robot serial port to provide a development instance, host computer, the next-bit machine, one after another upload! Be able to give poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:319302
    • 提供者:renfei
  1. Csharp

    0下载:
  2. C#中串口组件的使用方法总结及上位机制作方法-C#, use the serial port component summary and the Making PC
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:181514
    • 提供者:余林
  1. Serial-debugging-assistant

    0下载:
  2. 上位机串口通讯,能够实现串口的选择,串口属性设置,向下位机自动和手动发送文件-PC serial communication, enabling the choice of serial port, serial port property, the down position and manually send files automatically
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:569493
    • 提供者:黄珠儿
  1. VirtualSerialPortDriver

    1下载:
  2. 虚拟串口,串口之间转发,免安装的,很好用啊-Virtual serial port, serial port forwarding between
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:2537595
    • 提供者:ycm
« 12 3 »
搜珍网 www.dssz.com