搜索资源列表
RS232串口函数包
- RS232串口函数包,包函大多数的串口调用的函数-RS232 serial port function packages 9.1.2 Most of the Serial calling function
Visual C++串口通信技术与工程实践
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this cha
PC-MCU
- 本文详细地介绍了在Win32环境下通过调用通信API 函数以异步方式来实现PC机和MCS 51 单片机之间的通信过程给出了软硬件设计机理以及详细的通信协议说明
MultiThSerial
- 调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听-call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping
Serial-Communication-using-VB
- 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
vb
- 1.Prodave 是用于pc 与s7 系列plc 之间的数据链接通信的工具箱。其实质就是用户通过调用“w95_s7.dll”等库函数来解决 PLC 与PC之间的数据交换和数据处理问题。 所需硬件为:CPU22x,PC/PPI编程电缆,带COM口的PC。这可能是最简单的配置,很容易实现试验的目的。这里不需要安装Prodave软件,只要把“w95_s7.dll”文件拷贝到您程序相应的目录中去即可。 2.通讯设置:打开“控制面板”中“设置PG/PC接口”选项,在“应用程序访问点”列表框内选择“S
RS232API
- RS232串口api函数类库,方便vc++程序调用,作为自己的程序一部分,实用得心应手-RS232 serial port api function class library, call the convenience vc++ program, as part of its own procedures, handy and practical
GPSSerialPortData
- gps首先手机要有上网的硬件条件,然后获取某一网络地址映射的GUID ,最后通过调用ConnMgrEstablishConnectionSync函数让手机自己选择某一最 佳路径.-gps first mobile phone to have access to the Internet hardware conditions, and then access to a network address mapping of the GUID, the final ConnMgrEstablis
serialportqt4
- 用QT4实现串口通信,可以实现自动存储,是在VISUAL studio 环境下调用QT4函数-With QT4 Serial communications can be automatically stored in the VISUAL studio environment QT4 function call
Terminal
- Terminal 终端仿真程序,首先敲击键盘的字符传输到串口,然后从串口中读出数据显示到视图中。调用readcomm(),writecomm()函数功能。-Terminal
cnComm
- 一个功能写得很经典的串口操作的函数,调用这个头文件就OK了。-A feature written very classic serial port operations function, call the header file is OK.
vcdll20100619223057
- vc调用dll 其实,调用dll文件的方法很多,不一定要使用LoadLibrary函数。如果使用的话,你就要预先声明dll中的函数,很麻烦-vc call dll in fact, many ways to call the dll files do not have to use the LoadLibrary function. If so, you must pre-declare dll function in much trouble
12232
- 这是12232F用串口的显示程序,该程序可以通过调用函数可在任意位置显示任意字符,供大家参考。-This is 12232F display with a serial program, the program can call the function can display any character in any position, for your reference.
WinCEdriver
- 串口驱动本身分为MDD层和PDD层。MDD层对上层的Device Manager提供了标准的流设备驱动接口(COM_xxx),PDD层实现了HWOBJ结构及结构中若干针对于串口硬件操作的函数指针,这些函数指针将指向PDD层中的串口操作函数。DDSI是指MDD层与PDD层的接口,在串口驱动中实际上就是指HWOBJ,PDD层会传给MDD层一个HWOBJ结构的指针,这样MDD层就可以调用PDD层的函数来操作串口。-Serial driver itself into the MDD layer and
SynWrite
- 使用vc++6.0调用api函数完成写串口,读入一个已经写好的文件夹,将其内容传输到调试精灵中显示-using api function to write a file to another device by serial
SerialCommunicationVC
- 基于VC++的串口通信编程,里面包含串口通信的常用函数调用-VC++ based on the serial communication programming, which includes a common serial communication function calls
SerialPort
- 用API编写的串口类,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据-function used API, function to detect threads serial data receiver will send a message, call message processing function to receive data
com
- VC++串口通信的调用函数,在工程中加入C文件调用就行。-serialport vc++
IIC通信通用库函数
- 可以实现单片机和IIC设备之间的通信,包括应答非,应答,发送,接收函数,可直接调用,已经封装成一个库函数,可直接调用
FinsCom
- 组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。 无须任何配置,直接调用函数,与应用开发无缝衔接;多年工程经验的软件团队开发测试,经过本公司及客户的海量实际应用检验,稳定可靠;内建动态管理的多独立线程连接,同时支持外部应用的多线程结构调用;兼容WINDOWS系统下的所有开发环境,包括各种版本的VB.NET、C#、VC++,以及DEIPHI 、VB、LabView等;(The component ad