cmodbu.htm

来自「串口调试工具 用于串口调 试的很方便」· HTM 代码 · 共 43 行

HTM
43
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?