We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16a0de commit 6fbac2dCopy full SHA for 6fbac2d
pages/index.html
@@ -58,10 +58,13 @@
58
<body>
59
<p>
60
Notice:
61
- This page does not use cookies.
62
- This page does not save any user data.
63
- This page is not any comercial page.
64
- Source code is avaliable here: https://github.com/adrianscheit/web-modbus
+ <ul>
+ <li>This page does not use cookies.</li>
+ <li>This page does not save any user data.</li>
+ <li>This page is not any comercial page.</li>
65
+ <li>Source code is avaliable here: https://github.com/adrianscheit/web-modbus</li>
66
+ <li>This software cannot detect end of RTU frame based on the 3.5B timeout, because it does not run in a real-time environement</li>
67
+ </ul>
68
</p>
69
<h2 class="error"></h2>
70
<h2 class="success"></h2>
0 commit comments