Add qmodmaster and move udp app to applications

This commit is contained in:
2023-12-04 16:26:09 +01:00
parent 6906abb18d
commit 915abfcc9a
147 changed files with 15978 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
[InternetShortcut]
IDList=
URL=http://www.html5webtemplates.co.uk/
HotKey=0
IconFile=C:\Windows\system32\SHELL32.dll
IconIndex=277

View File

@@ -0,0 +1,13 @@
Thanks for downloading this template from HTML5WebTemplates.co.uk
I hope that it suits your needs.
If you wish to remove the footer link (to http://www.html5webtemplates.co.uk/) I ask that you make a donation of £15 via Paypal.
You can make a donation at the following address:http://www.html5webtemplates.co.uk/faqs.html
If you have any questions please feel free to e-mail me at contact@html5webtemplates.co.uk
Best regards,
HTML5WebTemplates.co.uk

View File

@@ -0,0 +1,6 @@
[InternetShortcut]
URL=http://www.html5webtemplates.co.uk/faqs.html
IDList=
HotKey=0
IconFile=C:\Windows\system32\SHELL32.dll
IconIndex=44

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,87 @@
<!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>&nbsp;<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>&nbsp; </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>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,296 @@
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
background: #F0EFE2 url(background.png) repeat;
color: #777;}
p
{ padding: 0 0 20px 0;
line-height: 1.7em;}
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: normal 175% 'century gothic', arial, sans-serif;
color: #43423F;
margin: 0 0 15px 0;
padding: 15px 0 5px 0;}
h2
{ font: normal 175% 'century gothic', arial, sans-serif;
color: #000;}
h4, h5, h6
{ margin: 0;
padding: 0 0 5px 0;
font: normal 120% arial, sans-serif;
color: #000;}
h5, h6
{ font: italic 95% arial, sans-serif;
padding: 0 0 15px 0;
color: #000;}
h6
{ color: #362C20;}
a, a:hover
{ outline: none;
text-decoration: underline;
color: #000;}
a:hover
{ text-decoration: none;}
.left
{ float: left;
width: auto;
margin-right: 10px;}
.right
{ float: right;
width: auto;
margin-left: 10px;}
.center
{ display: block;
text-align: center;
margin: 20px auto;}
blockquote
{ margin: 20px 0;
padding: 10px 20px 0 20px;
border: 1px solid #E5E5DB;
background: #FFF;}
ul
{ margin: 2px 0 22px 17px;}
ul li
{ list-style-type: circle;
margin: 0 0 6px 0;
padding: 0 0 4px 5px;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto;
margin-right: auto;}
#header
{ background: #1D1D1D url(header.jpg) repeat;
height: 240px;}
#logo
{ width: 825px;
position: relative;
height: 168px;}
#logo #logo_text
{ position: absolute;
top: 20px;
left: 0;}
#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
border-bottom: 0;
text-transform: none;
margin: 0;}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{ padding: 22px 0 0 0;
color: #FFF;
letter-spacing: 0.1em;
text-decoration: none;}
#logo_text h1 a .logo_colour
{ color: #000;}
#logo_text h2
{ font-size: 100%;
padding: 4px 0 0 0;
color: #DDD;}
#menubar
{ width: 900px;
height: 72px;
padding: 0;
background: transparent url(transparent_light.png) repeat;}
ul#menu, ul#menu li
{ float: left;
margin: 0;
padding: 0;}
ul#menu li
{ list-style: none;}
ul#menu li a
{ letter-spacing: 0.1em;
font: normal 100% arial, sans-serif;
display: block;
float: left;
height: 37px;
padding: 29px 26px 6px 26px;
text-align: center;
color: #000;
text-transform: uppercase;
text-decoration: none;
background: transparent;}
ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
background: transparent url(transparent.png) repeat;}
#site_content
{ width: 854px;
overflow: hidden;
margin: 0 auto 0 auto;
padding: 20px 24px 20px 20px;
background: transparent url(transparent_light.png) repeat;}
.sidebar
{ float: left;
width: 190px;
padding: 0 15px 20px 15px;}
.sidebar ul
{ width: 178px;
padding: 4px 0 0 0;
margin: 4px 0 30px 0;}
.sidebar li
{ list-style: none;
padding: 0 0 7px 0; }
.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
display: block;
background: transparent url(link.png) no-repeat left center;}
.sidebar li a.selected
{ color: #444;
text-decoration: none;}
#content
{ text-align: left;
float: right;
width: 595px;
padding: 0;}
#content ul
{ margin: 2px 0 22px 0px;}
#content ul li
{ list-style-type: none;
background: url(bullet.png) no-repeat;
margin: 0 0 6px 0;
padding: 0 0 4px 25px;
line-height: 1.5em;}
#footer
{ width: 900px;
font: normal 100% 'lucida sans unicode', arial, sans-serif;
height: 33px;
padding: 24px 0 5px 0;
text-align: center;
background: transparent url(transparent_light.png) repeat;
color: #000;
text-transform: uppercase;
letter-spacing: 0.1em;}
#footer a
{ color: #000;
text-decoration: none;}
#footer a:hover
{ color: #000;
text-decoration: underline;}
.search
{ color: #5D5D5D;
border: 1px solid #BBB;
width: 134px;
padding: 4px;
font: 100% arial, sans-serif;}
#colours
{ height: 0px;
text-align: right;
padding: 66px 16px 0px 300px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 200px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 5px;
width: 299px;
font: 100% arial;
border: 1px solid #E5E5DB;
background: #FFF;
color: #47433F;}
.form_settings .submit
{ font: 100% arial;
border: 1px solid;
width: 99px;
margin: 0 0 0 212px;
height: 33px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #000;
color: #FFF;}
.form_settings textarea, .form_settings select
{ font: 100% arial;
width: 299px;}
.form_settings select
{ width: 310px;}
.form_settings .checkbox
{ margin: 4px 0;
padding: 0;
width: 14px;
border: 0;
background: none;}
.separator
{ width: 100%;
height: 0;
border-top: 1px solid #D9D5CF;
border-bottom: 1px solid #FFF;
margin: 0 0 20px 0;}
table
{ margin: 10px 0 30px 0;}
table tr th, table tr td
{ background: #3B3B3B;
color: #FFF;
padding: 7px 4px;
text-align: left;}
table tr td
{ background: #F0EFE2;
color: #47433F;
border-top: 1px solid #FFF;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B