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

搜索资源列表

  1. communicationfunctiontesting

    0下载:
  2. 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.15kb
    • 提供者:huwei
  1. Comm

    0下载:
  2. 在C#.net平台上实现串口通信编程 并可以通过串口实现收发数据
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:41.98kb
    • 提供者:linhong
  1. RS232

    0下载:
  2. 用C#通过RS232来实现串口通信,并可对数据实现解析,供用户根据需求查看数据内容,并且可对数据进行分类查询。-To use C# to achieve through the RS232 serial communication, and can achieve resolution of the data for users to view data on demand content, and can classify the data query.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:45.37kb
    • 提供者:Cindy
  1. XF_GPS

    0下载:
  2. 通过C#编程,实现串口通信和GPS定位,并显示定位结果-C# programming, serial communication and GPS positioning and positioning results
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:6mb
    • 提供者:韩心
  1. chuankou

    0下载:
  2. 在VC环境下利用MFC编程的一个串口通信程序,通过串口发送数据并在界面中显示曲线-In VC MFC programming environment using a serial communication program, and send data through the serial interface display curve
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:1.85mb
    • 提供者:wenkui
  1. 1233

    0下载:
  2. C#中使用SerialPort类实现简单串口编程 .NET提供了SerialPort类进行串口通信,使用很简单,连我这个.NET新手也能很快上手.以下是从网上找到并自己修改后的参考代码: -C# using SerialPort class implements a simple serial programming. NET SerialPort class provides a serial communication, very simple to use, even my. N
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:7.57kb
    • 提供者:许宏岸
  1. SerialComMaster

    0下载:
  2. 测试串口通信,并带有graphic的使用-Test serial communication, and with the use of graphic
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:781.45kb
    • 提供者:陈龙
  1. gsm

    0下载:
  2. 实现计算机与GSM模块之间的串口通信。并实现了短信的收发和打电话功能-Realize the computer serial port communications between the GSM module, and can achieve the function to send and receive text messages
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7.09mb
    • 提供者:wuwuwu
  1. TcpTest

    0下载:
  2. 双进程实现TCP收发信息,程序主要完成双机通信功能,使用TCP协议,分两个模块(TcpSender,TcpReceiver),由TcpSender向指定IP和端口发送数据,之后TcpReceiver接收并解码显示到文本框中.-Dual-process achieve TCP send and receive information, the program mainly to complete the two-machine communication capabilities, using t
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:71.28kb
    • 提供者:ywz
  1. rs232-communition

    0下载:
  2. 232的串口通信程序。单片机不仅仅只有并口会用,串口也要熟悉,这是本人使用过的程序,希望有用。-232 serial communication program. SCM will be used is not the only parallel, serial, but also familiar, this is the program I used, I hope useful.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:22.84kb
    • 提供者:祝宏彬
  1. smcomm

    1下载:
  2. VB串口通信程序,可以读取串口并显示保存数据,且能显示数据曲线-VB serial communication program that can read and display the stored serial data, and can display data curve
  3. 所属分类:CSharp

    • 发布日期:2016-10-05
    • 文件大小:22kb
    • 提供者:娄和娅
  1. Serial_Digital_Scope-V2

    0下载:
  2. 串口示波器,通过串口接收数据并显示采集信号波形,获取通信协议方法:打开软件-> 点击帮助->里面有通信协议.-Via a serial port receives the data and A serial port oscilloscope,display the collected signal waveform, access to communication protocol method: open the software- > click help- > t
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:648.93kb
    • 提供者:仁义
  1. Dataview

    0下载:
  2. 船载,设定航行方向,根据航行的实时角度,给出偏移量,并可以显示左偏还是右偏,为舵手提供方向参考。程序主要包含串口通信、图表显示,在VS2013环境下开发。-Ship, set sail direction, based on real sailing angle, offset is given, and can display the left side or right side, as the helmsman to provide direction reference. Program
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:29.04kb
    • 提供者:贾鹏
  1. C#写的串口通信源代码

    2下载:
  2. 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe
  3. 所属分类:C#编程

搜珍网 www.dssz.com