搜索资源列表
C# 网络编程
- 网络串口 编程综合那个的调试工具+yuanm
PC与单片机通过USB接口实现串行通信
- 基于串口通讯的原理,分析和讨论了计算机与单片机如何通过USB接口使用相关的通讯协议实现串行通信的。本设计主要介绍如何使用一台计算机与一台单片机通过USB接口实现串行通信。在本设计中单片机采用AT89C51,USB模块CH375,软件设计方面,PC机采用C语言编程,单片机方面用中断方式完成数据的接收和发送,程序采用也采用C语言。
C#串口编程及问题处理
- C#串口编程遇到的问题以及解决方法 作者:佚名出处:IT专家网2010-03-26 07:00 本文介绍C#串口编程遇到的问题以及解决方法。 最近在做的项目中涉及到串口通信编程,队友在做这一模块的时候遇到了一个相信很多人都可能遇到的问题,那就是接受数据的冲突或者丢失。队友让我帮他调试的时候,足足花了近两个小时才把问题给解决了,现觉得有必要总结一下以给遇到类似问题的朋友一个思路吧~ 问题是这样的,从相应的硬件设备每隔2秒便发送一个大小为15的字节数据,存的是16进制数据
C#SerialPort串口编程资料
- C#SerialPort串口编程资料,比较详细的介绍了.NET中的串口编程模式
serialPortTest
- c#面向串口的编程,可以发送,可以接受,绝对可以运行vs2008环境-c# serial port programming
WBD
- 智能温度系统设计,本设计主要通过以单片机为控制单元的温度采集、转化、显示并通过串口将数据传输到PC机,在PC机端实现数据的存储、分析、绘制波形。在以单片机技术和VC编程技术为基础提出了系统框架和具体的设计方案,用汇编和C语言从硬件电路和软件阐述了控制系统的总体实现,并利用按键、LCD显示等外围设备为用户提供服务,实现人机交互。-Intelligent temperature system design, primarily through the design to single-chip te
C
- Visual C++ & Turbo C串口通信编程实践》配套程序-" Visual C++ & Turbo C serial communication programming practice" matching program-Visual C++ & Turbo C Serial communication programming practice " matching program-" Visual C++ & Turbo C serial comm
Serial_communication_programming
- 关于RS-232-C串口通信编程大全的一篇很有用的文档-On the RS-232-C serial communication programming of the corpus of a very useful document
TX_RX
- c++builder中怎样使用Windows API函数实现串口编程-c++ builder how to use the Windows API function in the Serial Port Programming
VisualPC_Comm
- Visual C++ 串口通信技术与编程实践, 串口通讯的各种方法和技巧,本书共分9章,包括数据通讯的基本概念,串口通讯标准基础知识,诸多串口编程的技术方案,包括控件,API等。-Visual C++ serial communication technology and programming practice, various serial communication methods and techniques, the book is divided into nine chapters
Serial-port-VCPP
- Visual C++上位机串口编程文档 Visual C++上位机串口编程文档-Visual C++ PC serial programming document Visual C++ PC serial programming document
Serial-communication
- 本文档是为单片机初学者写的有关串口通讯编程的说明文档。使用的单片机硬件是最通用的AT89C51单片机,编程语言为c语言。本文档不是系统的介绍单片机知识的教程,而是为了使您尽快掌握串口编程方法的技术说明。-This document is written for beginners microcontroller serial communication programming documentation. Using microcontroller hardware is the most co
CSharp-Code-For-SerialPort
- 很久以前C#编的串口小程序,希望对初学C#串口编程的童鞋有所帮助-A long time ago a small series of serial C# program, the hope of learning C# serial programming shoes help
serial-linux
- Linux_串口读写.doc Linux串口编程说明.pdf LINUX下的串口通信编程与调试.pdf Visual C++_Turbo C串口通信编程实践.pdf 串口通信编程大全.pdf 嵌入式操作系统Linux中的串口应用编程.pdf-Linux_ serial read and write. Doc Linux serial programming instructions. Pdf LINUX under the serial communication programming and
43532454
- Visual C++ Turbo C 串口通信编程实践,源码和文档。上位机串口编程实用资料-Visual C++ Turbo C serial communication programming practice, source code and documentation. PC serial programming practical information
uart
- 利用lm3s系列单片机实现串口编程,使用c语言编写-Using lm3s series single-chip microcomputer serial port programming
c-Serialtongxun
- c语言串口通讯,简单易懂,初学通讯编程的必看-c language serial communication, easy to understand, beginners Watchable communications programming
VCPP-Turbo-C
- vc 串口编程,适用于初学者,希望对你会有所帮助-if you have no knowledge of vc series ,the book can help you little ,good for you
参考C程序20171022
- VC串口编程实例及VC多线程编程实例,一共有5个。(VC serial programming examples and VC multithreaded programming examples, a total of 5.)
C#串口编程
- 详细讲解了串口编程,一个简单的demo让你全面了解C#串口的基础功能与应用