You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See Linux example in 'examples/[rtu_usb_to_serial.php](examples/rtu_usb_to_serial.php)'
167
168
168
169
170
+
## Example of Modbus RTU over TCP + higher level API usage
171
+
172
+
See example in 'examples/[rtu_over_tcp_with_higherlevel_api.php](examples/rtu_over_tcp_with_higherlevel_api.php)'
173
+
174
+
169
175
## Example of non-blocking socket IO with ReactPHP/Amp (i.e. modbus request are run in 'parallel')
170
176
171
177
* 'examples/[example_parallel_requests_reactphp.php](examples/example_parallel_requests_reactphp.php) - example of non-blocking socket IO with ReactPHP socket library (https://github.com/reactphp/socket)
0 commit comments