搜索资源列表
com-sensor
- 这是一份关于陀螺仪传感器与PC通信的源代码
China2008
- 奥运场馆速查使用手册 一、功能特色 该软件最大的特色就是,可以用手写笔或手指拨动相应的图片索引,拨动的速度越快,则图片翻转的越快,有点像快速翻书的感觉。记得苹果公司出的一款产品,在浏览图片(浏览通信录?记不清了)的时候,就是采用该方式。 其次,采用了XML文件保存必要的文字数据,这样在不改变代码的情况下,通过修改XML文件和添加必要的图片,就能增添奥运场馆数据了。目前共包括了13个场馆的详细资料和图片(费了我不少时间来加工和制作图片),还是值得一看的。 二、使用简介
COM
- c# 串口通讯 下面是串口通讯测试程序的源代码,将mycom类放在此项目中 可以实现简单的串口通信,希望读者能通过这个程序对串口通信过程有一个初步的了解-c# COM Communcation
sh080414c
- 这是三菱MC的通信说明书,里面有说是串口编程,以太网编程方法.详细的说明PC与Q系列PLC之间通信.-My,name is gtzn ,450438561@qq.com.
SMS_ReceiveandSend
- 一个简单的通过SerialPort类实现的串口短信收发程序,能够实现PC与手持设备的串口通信。-A simple COM program which can realize the receive and send of short message. It also realize the communication between PC and Mobile station.
RS232
- 串口调试工具源码,为C#程序,即可做工具使用也可学习Com通信 -Serial source debugging tools for the C# Procedures can do tool can also be used to study Com Communications
System.IO.Ports
- c#编写的关于com口通信访问的程序。很不错的-c# write access on the com port communication program. Nice
COM_Communication
- 用C#实现串口通信程序,在此基础上可以方便的开发单片机上位机程序-COM Communications
main
- (1)查看功能:选择此功能时,列出下列三类选择。 A办公类B个人类C商务类,当选中某类时,显示出此类所有数据中的姓名和电话号码 (2)增加功能:能录入新数据(一个结点包括:姓名、电话号码、分类(可选项有:A办公类B个人类C商务类)、电子邮件)。例如 杨春13589664454商务类chuny@126.com 当录入了重复的姓名和电话号码时,则提示数据录入重复并取消录入;当通信录中超过15条信息时,存储空间已满,不能再录入新数据;录入的新数据能按递增的顺序自动进行条目编号。
2010
- COM口与TCPIP通信的实现,仅供参考-COM port with TCPIP Communication for reference purposes only
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
ConsoleApplication1
- 自己写的串口通信,可以通过com口与单片机进行信息交流-Write your own serial communication. . . . . . . . . . . . . . . . . . . . . . . .
COMTools_v2.0
- C# 串口调试助手源代码。检测串口通信,能通过界面修改com的各项参数的设置,增加实现16进制的发送和接收-COM Tools Source code which is written in C#
Coad-SerialPortTerminal
- 串口通信,收发数据,选择com口及设置波特率。-This requires Visual Studio 2010 to compile, which can be obtained free via C# Express. It is just a simple little application with basic support for text or binary (hex) modes to send and receive data. A nice feature or two
COM-communicate(C)
- 51单片机串口通信代码,好用,简单,单片机串口通信测试程序-51 single-chip serial communication code, easy to use, simple, single-chip serial communications test procedures
Com
- 基于VS使用C#开发的串口通信的例子,可以实现上位机和下位机的通信-Based on examples developed using C# VS serial communications, you can communicate upper and lower bit machine
COM
- c#中利用com口进行通信的程序,包括初始化和简单的通信-c# in use com port for communication procedures, including initialization and simple communication
Omron-com
- 欧姆龙PLC与上位机的通信程序,可对PLC进行控制,控制PLC运行模式-Omron PLC and PC communication program, may carry on the control of PLC, PLC control operation mode
c#COM
- c#上位机串口通信源代码详解,包含源代码和详细说明(C# host computer serial communication source code detailed)
C#与三菱PLC通信
- 本文将使用一个Github开源的组件库技术来读写三菱PLC和西门子plc数据,使用的是基于以太网的TCP/IP实现,不需要额外的组件,读取操作只要放到后台线程就不会卡死线程,本组件支持超级方便的高性能读写操作 github地址:https://github.com/dathlin/HslCommunication 如果喜欢可以star或是fork,还可以打赏支持,打赏请认准源代码项目。 在Visual Studio 中的NuGet管理器中可以下载安装,也可以直接在NuGe