⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmodbu.htm

📁 串口调试工具 用于串口调 试的很方便
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>CModbus class</title>
</head>

<body bgcolor="#FFFFFF">

<p align="left"><font size="5"><strong>CModbus</strong></font></p>

<p>CModbus is MFC base class utilized for implement the modbus protocol, building messages
that will be transmitted to slave devices and interpreting slave response. Only the basic
modbus functions were implemented, read and write output/input registers and coils.</p>

<p>This is an abstract base class.It's not possible to create CModbus objects. Consult the
derived classes below.</p>

<p><a href="local.htm">CLocalModbus</a> This class connect with the serial com ports using
windows API functions. </p>

<p><a href="remote.htm">CRemoteModbus</a> employed to connect with slaves using <a
href="http://www.modicon.com/OPENMBUS/">Open Modbus Protocol</a> and TCP/IP for
transmitting modbus messages.</p>

<p><a href="automod.htm">CAutoModbus</a> this class communicate with a <a
href="Autosrv.htm">COM automation server</a>, also included with this package, that was
intended to send modbus messages from visual basic language. This COM server was made
using ATL, see Modbussever project.</p>

<p><font size="4"><strong><a href="mfcins.htm">Installation</a> , <a href="modbuimp.htm">Class
Members</a></strong></font></p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -