搜索资源列表
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
WindowsCEcom
- 以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual m
MFCSerialCommunication
- 这是我平时学习过程中总结的用MFC写串口通信程序时的一些基础知识,希望大家喜欢!-This is my usual process of learning lessons with MFC write serial communication program at some basic knowledge, hope you like them!
计算机端口介绍
- 相应的软件开发平台与硬件工具,并对ATmega128一些硬件接口在实际应用中的软/硬设计方法与技给出深入和细致的使用指南。 ... 转换器(8535)的使用,异、同步串口通信,软件DAA等;有的属于对传统程序的优化,如对简易键盘LED显示管理,精确定时及-corresponding software development platform and hardware tools, and hardware interface ATmega128 some of the practical app
程序实例.doc
- 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
PLCserialcommunications
- 欢迎使用“PLC串口通信调试” 本软件主要用于PLC(或单片机)与计算机的串口通信调试。软件根据目前PLC常用的多种串行通信协议的特点设计,数据的输入、组织和显示方式灵活多样,便于使用和观察调试。 在编制计算机与PLC的串口通信程序时,由于计算机和可编程设备双方均需编制通信程序,调试时往往不知道是哪一方的程序出了问题。可以使用本软件调试PLC一侧的程序,调试正确后再调试计算机侧的程序。本软件为PLC串口通信程序的调试提供了便利。-Welcome to "PLC serial
VBincom
- VB编写串口通信程序 通信协议及方法的详细说明-Write VB serial communication program
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
SCI_interrupt
- 串口通信程序,2812接收到数据后产生中断,然后将收到的数据再发出来。-Serial communication program, 2812 after receiving the data to generate an interrupt, then the received data is sent to.
STC12C5A60S2-(BRT-500Kbps)
- STC12C5A60S2_STC12C5A60S2-(BRT-500Kbps)串口测试程序,串口通信程序-STC12C5A60S2_STC12C5A60S2-(BRT-500Kbps) serial port test program, serial communication program
Qtserial-communication-program
- Qt编写串口通信程序详解的pdf文档,编程环境是WIN XP下,QT Creator中进行。-Pdf documents, write serial communication program Detailed Qt programming environment WIN XP, QT Creator.
main
- 430串口通信程序,主要是rs232的程序-content with pc
Delphicuankoutongxin
- 分析归纳了利用Delphi语言编写串口通信程序的四种方法并且简单阐述了SPCOMM在Delphi环境中作为通信控件的一些属性、方法、函数和事件。最后以实践中编写的一个惯导计算机人机交互测试程序为实例,给出了在Delphi环境中利用SPCOMM控件实现串口通信时所遇到一些常见问题的解决方法、编写串口通信程序的大体框架结构和部分代码。 -Analysis are summarized the Delphi language serial communication program four meth
VB
- 针对目前组态王与智能化仪表通信时存在的问题,基于VB和动态数据交换技术DDE,研究了组态王与VB数据交换的方 法,并采用VB可视化的编程方法,编写了上位机与智能化仪表间的串口通信程序及组态软件与VB间的OLE数据交换程序。 -failed to translate
tongxin
- 51单片机串口通信程序的设计范例。51单片机的串口通信程序-51 single-chip serial communication program design examples. 51 single-chip serial communication program
SPCOMM2.5
- 一款非常好用的spcomm串口控件,使用API函数或者在Delphi 中调用其它串口通讯程序。利用API编写串口通信程序较为复杂,需要掌握大量通信知识,其优点是可实现的功能更强大,应用面更广泛-A very useful spcomm serial control
Labview_chuankoutongxin
- 利用labview编写的PC机与单片机之间的串口通信程序。-Labview use serial communication program written between PC and microcontroller.
Vxworks_com
- 基于Vxworks实时操作系统的串口通信程序设计与实现_张军.pdf-Des ign and Implementation of Serial Communication based on Embedded Real Time Operating Sys tem VxWorks
Qt_dev_tongxinzhushou_tuwenxiangjie
- Qt编写串口通信程序非常详细的图文代码注解,适合新人快速入手-Qt prepare serial communication program very detailed graphic code annotations for the new quick start
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!