88 lines
3.4 KiB
HTML
88 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
|
|
<title>MODBUS_MANUAL</title>
|
|
<meta name="description" content="website description">
|
|
<meta name="keywords" content="website keywords, website keywords">
|
|
<link rel="stylesheet" type="text/css" href="style/style.css" title="style">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="header">
|
|
<div id="logo">
|
|
<div id="logo_text"> <!-- class="logo_colour", allows you to change the colour of the text -->
|
|
<h1><a href="index.html">MODBUS Manual<span class="logo_colour"></span></a></h1>
|
|
<h2><br>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
<div id="menubar">
|
|
<ul id="menu">
|
|
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
|
|
<li><a href="index.html">oVERVIEW</a></li>
|
|
<li><a href="funcs.html">FUNCs</a></li>
|
|
<li><a href="func_descr.html">FUNCs DESCR</a></li>
|
|
<li><a href="exceptions.html">EXCEPTIONS</a></li>
|
|
<li class="selected"><a href="links.html">LINKS</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="site_content">
|
|
<div class="sidebar">
|
|
<!-- insert your sidebar items here -->
|
|
<h3>Menu</h3>
|
|
<ul>
|
|
<li><a href="#links_modbus">MODBUS</a></li>
|
|
<li><a href="#links_prog_libs">Programs - Libs</a></li>
|
|
</ul>
|
|
<br>
|
|
</div>
|
|
<div id="content">
|
|
<!-- insert the page content here -->
|
|
<h1><br>
|
|
</h1>
|
|
<h1> <a id="links_modbus">MODBUS</a></h1>
|
|
<ul>
|
|
<li><a target="_blank" href="www.modbus.org">Modbus org</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li> <a target="_blank" href="https://en.wikipedia.org/wiki/RS-232">RS-232</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="https://en.wikipedia.org/wiki/RS-485">RS-485</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="https://en.wikipedia.org/wiki/RS-422">RS-422</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="https://en.wikipedia.org/wiki/Transmission_Control_Protocol">TCP
|
|
Protocol</a> </li>
|
|
</ul>
|
|
<h1> <a id="links_prog_libs">Programs - Libs</a></h1>
|
|
<ul>
|
|
<li><a target="_blank" href="https://sourceforge.net/projects/qmodmaster/">QModmaster</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="https://sourceforge.net/projects/pymodslave/">pyModSlave</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="http://libmodbus.org/">libmodbus C
|
|
Library</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a target="_blank" href="https://github.com/ljean/modbus-tk">modbus-tk
|
|
Python Library</a></li>
|
|
</ul>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
</div>
|
|
<div id="footer"> Copyright © textured_industrial | <a href="http://validator.w3.org/check?uri=referer">HTML5</a>
|
|
| <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> |
|
|
<a href="http://www.html5webtemplates.co.uk">design from
|
|
HTML5webtemplates.co.uk</a> </div>
|
|
</div>
|
|
</body>
|
|
</html>
|