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

搜索资源列表

  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
    • 文件大小:6.38kb
    • 提供者:任绘锦
  1. SerialPort.rar

    0下载:
  2. C#里面SerialPort控件做的串口调试工具,希望各位大虾多多批评多多指导,能增加功能更好,不过希望能传给我一份,C# Inside SerialPort controls do serial debugging tools, I hope that a lot of criticism of a lot of shrimp guidance, can increase the function better, but I hope to pass a
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:14.05kb
    • 提供者:杜承霖
  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
    • 文件大小:37.47kb
    • 提供者:amir
  1. Csharp_serialport_listen.rar

    0下载:
  2. 一个基于serialport的C#串口测试程序!,Serialport based on the C# serial test procedure!
  3. 所属分类:CSharp

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

    0下载:
  2. 基于C#的串口调试助手,调试通过,应用于本人设计的一个上位机程序的一部分功能中。-C#-based assistants for serial debugging, debugging through applied to a host computer I designed part of the process functions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:77.05kb
    • 提供者:liuhan
  1. 3

    0下载:
  2. 在上位机中用C#实现SIEMENS的PPI协议,对一个位、字节和字进行读操作,涉及到了串口的操作-In the host computer using C# to achieve the PPI agreement SIEMENS for a bit, byte and word read operations, related to the operation of the serial
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1.72kb
    • 提供者:育林居士
  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
    • 文件大小:289.63kb
    • 提供者:
  1. TraversePort

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

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

    1下载:
  2. 一个比较完整串口通信程序Csharp源代码,C#串口通信源码,是一个完整的工程,很有参考价值-A relatively complete source code of serial communication program Csharp, C# serial communication source, is a complete project, a good reference
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2.3mb
    • 提供者:mrdsp
  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
    • 文件大小:392.6kb
    • 提供者:罗彬洪
  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
    • 文件大小:5.18kb
    • 提供者:ydf
  1. csharp

    0下载:
  2. csharp串口调试工具,内容翔实。从csdn上下载而来。-CSharp serial debugging tools and informative. From CSDN download from.
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:14.97kb
    • 提供者:freedomfly911
  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
    • 文件大小:32.22kb
    • 提供者:smc
  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
    • 文件大小:2.88mb
    • 提供者:DavidX
  1. Csharp

    0下载:
  2. 说得好NET 2.0提供了对串口通信功能的支,在命名空间System.IO.Ports下找到erialPort类,通过创建一个新的SerialPort象,我们就可以在.NET程序中控制串口通讯全过程。-Well said NET 2.0 provides a serial communication function of the branch, in the namespace System.IO.Ports find erialPort class, by creating a new Se
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:431.25kb
    • 提供者:赵燕
  1. Serial

    0下载:
  2. 串口数据处理程序,能直接将数据写入文本 注:开发环境是Microsoft Visual Studio 2008-Serial data processing program that can write data directly to the text Note: The development environment is Microsoft Visual Studio 2008
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:99.89kb
    • 提供者:kinng
  1. Csharp

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

    • 发布日期:2017-03-21
    • 文件大小:177.26kb
    • 提供者:余林
  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
    • 文件大小:556.15kb
    • 提供者:黄珠儿
  1. Csharp-serial-program

    0下载:
  2. C#语言中的串口通讯程序,可以支持16进制和文本形式的传输格式。-Csharp serialport program which can send message in the form of 0xxx and string format in case of proprer setup.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:3.68kb
    • 提供者:xiwe
  1. csharp-serial-test

    0下载:
  2. c# usb serial com test project
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:59.56kb
    • 提供者:nckro
« 12 3 4 5 »
搜珍网 www.dssz.com