搜索资源列表
16
- 本文介绍了在自由口通信模式下,用计算机读写S7-200 PLC存储区内相邻的多个字 节数据的通信程序设计方法,程序设计中采用了多种可靠性措施。
vb_rs485_scada
- 上位机采用vb编程,实现与多台s7200的自由口通信.
Win32串口编程.doc
- Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
S7_200_PLC_driver.rar
- 开发工控程序时使用自由口协议比较麻烦,效率也不高,PPI的协议要么付费要么不公开要么不好用,在网上找了一下也没捷径,算了,自己搞,经过1个礼拜的劳作,用VC搞了此DLL用于西门子S7-200 PLC的通信,读100个数据耗时250ms,非常高效,在vc,delphi,vb,C#.NET平台进行测试,效果不错啊,开发效率提高数倍,特此与爱好者分享,附带源码,Development of procedures for the use of industrial free port agreement
myWindowsSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
API读写串口
- API读写串口.doc 一、基本知识 Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
plc_pc
- s7-200PLC自由口通信,上位机程序-s7-200 serial port communication program for windows.
S7-200
- S7-200自由串口通信教程,里面很仔细,能学到很多东西-S7-200 free serial communication tutorial, which is very careful, you can learn a lot
vb-plc
- VB 与西门子S7 200通信演示界面。采购VB MSCOM控件通信,利用SY7 200自由口-VB demo with Siemens S7 200 communications interface. Procurement VB MSCOM control communications, the use of SY7 200 Freeport
ComMaster
- 串口通信,可自由设置com口,波特率,传输位数,传输模式字符,或十六进制-Serial communications, are free to set the com port, baud rate, transmission median transfer mode character, or hexadecimal
serial
- 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
VBfreeportcommunicationprogram
- VB编写的自由口通信程序,含整个工程文件-VB prepared by the free port communication program, including the entire project file
freeportCommunication
- VB与PLC自由口通信协议。并且可以实现16进制数与浮点数的转换-Freeport VB and PLC communication protocol. And can achieve 16 hexadecimal numbers with floating point conversion
s7200zhllll
- 主题:应用探讨—S7-200 自由口通信—发帖整理-Subject: Application-S7-200 free port communication - post finishing
VB-RS485-S7200-
- 这是一个VB做上位通过自由口通信协议与下位机S7-200进行通信的例子!包含了S7200的代码与及VB的代码!-This is a VB higher-level communication protocol through the free port and the next crew S7-200 communication example! Contains the S7200 code and VB code!
SAMKOON--AND-8051
- 这是32位单片机stm32F103c8t6与组态屏samkoon自由口通信的程序,简单的用触摸屏写数据在数码管显示。-This is a 32-bit microcontroller stm32F103c8t6 and configuration screens samkoon free port communication program, simply use the touch screen to write data in the digital display.
S7-200PLC
- s7-200 plc 自由口通信 串口 step7-s7-200 plc freedom step7 serial port communication
S7-200通讯的编程步骤---自由口通讯
- 西门子 S7-200自由口通信很好的一份文档(S7-200 free port communication.)
S7-200自由口控制台达变频器通信控制
- S7-200自由口控制台达变频器通信控制(Communication control of S7-200 free mouth control delta frequency converter)
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。