搜索资源列表
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
mscom023
- 介绍用c进行串口控件的编程,与单片机进行相互的通讯。-presentation for serial control programming, and MCU for mutual communication.
can
- 关于TMS320F2812芯片的CAN通讯方面的编程
S7-300.rar
- VC#与西门子S7-300的通讯编程源码,类库都编好了,直接调用即可。,VC# With Siemens S7-300 communications programming source code, class libraries are prepared well, you can call directly.
qq.rar
- 用C#制作的qq模拟qq软件,具有界面美观,功能基本符合要求,对学习c#界面编程和网络通讯有一定帮助,With C# Produced qq simulated qq software with beautiful interface, function the basic qualification requirements are met, learning c# Interface programming and network communications have some help
CSharp_Com
- c#串口编程。用c#实现普通串口的通讯功能。-c# serial port programming. Use c# to achieve common serial communication function.
UDPHostCommunications
- 用C#编程模拟基于UDP协议的主机通讯过程-UDP Host Communications
USB
- c#版的USB通讯编程,源码,demo工程-c# version of the USB communication programming, source code, demo project
CDotNetTCP
- 用C#实现基于TCP协议的网络通讯 。TCP协议是一个基本的网络协议,基本上所有的网络服务都是基于TCP协议的,如HTTP,FTP等等,所以要了解网络编程就必须了解基于TCP协议的编程。-To use C# to achieve network communication based on TCP protocol. TCP protocol is a basic network protocols, essentially all of the network services are bas
cExample
- 通过串口通讯,VC++编程,简单实用。Aglient Multimeter 34401A-Through serial communication, VC++ programming, simple and practical. Aglient Multimeter 34401A
Usb-communication-programming-in-C-Sharp
- C#的usb通讯编程,我用我自己的索爱的手机做过实验了,很好用的。-Usb communication programming in C#
CnComm
- 北京理工大学 龚建伟 串口通讯编程 CnCo-Dan serial communication programming
instant-messaging
- 通讯应用编程,界面功能简单,给想了解网络通讯编程原理的朋友提供,分为客户端和服务器端两个端口的通讯-Communications application programming interface features simple, wanting to learn about network communications programming principles friends, is divided into client and server side s two ports
Opc.Net1
- OPC西门子异步通讯编程源码,类库都编好了,直接调用即可-OPC
SocketComm
- Socket网络通讯编程,带登陆密码的客户端-Socket network communications programming, client login password ends with
c#串口编程实例
- 通过C#实现串口编程通讯,供大伙学习参考,不用谢,不客气(You are welcome ,Don't mention it .Do you miss me ,I like you very mach.)
OPCDemo
- C#简单连接OPC通讯编程,简单便捷C#开发,新手初学(C# simple connection, OPC communication programming, simple and convenient, C# development)
Visual+C#网络编程[郑阿奇][程序源代码]
- Visual+C#网络编程[郑阿奇][程序源代码],练习的程序,其中与12个项目,包括一些较大的即时通讯和邮件收发(Visual+C# network programming [source code] Zheng Aqi [], practice procedures, with 12 projects, including some of the instant messaging and e-mail)
Haclon代码框架c#编程haclon代码学习
- 2019.2.18更新以下功能,修复的bug: 1、修复FitLine工具显示问题; 2、修复FitCircle工具显示结果问题; 3、在FitCircle工具中新增CreateCircle工具,测试OK; 4、修复卡尺工具Caliper中的适应图像功能; 5、修复标定工具Calibration中的适应图像功能; 6、完善相机取像加载问题,界面友好化,连接测试相机更加方便; 代码功能介绍: 主页面: 1、用户登录管理模块: 2、视觉系统模块,包含:
socket编程服务器端
- socket编程服务器端,打开可用于远程连接,通过tcp协议进行通讯