搜索资源列表
eppplc
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communication technology and engineering practice in compiling this chap
c_comport
- c 语言实现串口通信.转载别人的看不懂
C#SerialPort串口编程资料
- C#SerialPort串口编程资料,比较详细的介绍了.NET中的串口编程模式
WBD
- 智能温度系统设计,本设计主要通过以单片机为控制单元的温度采集、转化、显示并通过串口将数据传输到PC机,在PC机端实现数据的存储、分析、绘制波形。在以单片机技术和VC编程技术为基础提出了系统框架和具体的设计方案,用汇编和C语言从硬件电路和软件阐述了控制系统的总体实现,并利用按键、LCD显示等外围设备为用户提供服务,实现人机交互。-Intelligent temperature system design, primarily through the design to single-chip te
vc-lin-232
- 分析了L IN 总线协议的特点、报文帧结构及校验方法, 以V isual C+ + 6. 0 为开发平台, 利用W indow s A P I 函数通过PC 机的RS232 口实现了基于L IN 总线协议的串口通信. 给出了实现的部分流程图及代码, 在通信过程中 选择简便的奇偶校验及和校验进行差错校验, 保证了数据的无差错传输.-分析了L IN 总线协议的特点、报文帧结构及校验方法, 以V isual C++ 6. 0 为开发平台, 利用W indow s A P I 函数通过PC
serialport_c
- C语言的IO口模拟串口,对于嵌入式系统中串口资源比较缺乏的系统比较有意义-C language simulation of serial IO port, serial port for embedded systems in a systematic comparison of the relative lack of resources in a meaningful
Proteuschuankoufangzhen
- 实现串口仿真,Proteus串口仿真 里面有详细的程序,用C编程-Achieve serial simulation, Proteus serial port emulation inside the detailed procedures, using C programming
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
Text2
- 52单片机实用的IO模拟串行口C语言源程序-Practical Analog Microcontroller 52 serial IO C language source code
ucos22
- 电子书内容介绍 《μC/OS-Ⅱ内核分析、移植与驱动次第开辟》介绍μC/OS-Ⅱ的内核分析、移植进程和驱动次第开辟办法。书中首先以μC/OS-Ⅱ正在8051系列单片机下的移植为例子,细致分析μC/OS-Ⅱ的内核和移植进程;然后以串口通讯为例,介绍如何为μC/OS-Ⅱ实时内核添 -E-book content descr iption " μC/OS- Ⅱ core analysis, migration and drive sequential opening of" In
CPPbuildserial
- 用C++ Builder自己制作的串口通信界面,也是初次尝试,拿出来-With C++ Builder to produce their own serial communication interface, but also at the first attempt, show bright
16C550-driver
- C源碼16C550 串口驅動,使用中斷收送RS232資料-16C550 UART Driver
51-IO-port-uart--C
- 单片机模拟UART,实现软件模拟串口,C语言编写-Single-chip analog UART, software simulation serial, C language
GTM900-C-for-gprs-mobile-control
- 成熟的GPRS技术依然可以用于物联网开发,比如智能农业、智能家居、智慧城市等。gtm900-c模是低成本的GPRS无线通信模块,本文档是GPRS的开发参考,包含关于ATM指令的详细说明,可直接通过串口实现GPRS信息收发,外界任意单片机或嵌入式系统,就可构建简单的物联网,并能通过手机等实现远程控制。-GPRS technology can still ripe for the development of things, such as smart agriculture, smart home
c-Serialtongxun
- c语言串口通讯,简单易懂,初学通讯编程的必看-c language serial communication, easy to understand, beginners Watchable communications programming
[Visual.C.Turbo.C
- 这是一本Visual C的书籍做一些关于串口通信的例子-This is a Visual C books do some examples of serial communication
VCPP-Turbo-C
- vc 串口编程,适用于初学者,希望对你会有所帮助-if you have no knowledge of vc series ,the book can help you little ,good for you
SerialPortConnection
- 在VC10下面用C#写的一个串口调试程序,学习电脑串口和C#语言。很有用!(Under VC10, a serial debug program written by C# is used to learn computer serial port and C# language. It's very useful!)
C#串口编程
- 详细讲解了串口编程,一个简单的demo让你全面了解C#串口的基础功能与应用