资 源 简 介
TCPMBLib is a easy-to-use header file to be able to poll Modbus devices over a TCP connection. Simply plug the header file into your include directory, include it in your C++ source file, give it some basic information (IP address, slave number, etc), and you"re up and running!
TCPMBLib also includes support for multiple threads polling a device at once. You can open 64 connections to stress test your device with one command!
Make sure you read the README file and check out the examples.
Coming updates:
Better error and timeout handling.