mbutils is a library and set of utilities written in FreePascal/Lazarus with intention to provide developers with free and robust tools to communicate with Modbus devices.
Features
- Object oriented design.
- Both, master and slave implementation.
- Easy to extend with new query types.
- Easy to extend with new transport types.
- Absolutely free. No strings attached.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2), GNU General Public License version 2.0 (GPLv2)Follow mbutils
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
I converted the code to Delphi. It had some bugs in it but nothing major. At some point I kept getting blue screens (SYSTEM_SERVICE_EXCEPION with bugcheck 0x0000003B). It turned out that my trusty USB-->serial converter was misbehaving (Belkin F5U103v). Swapped it for a new one and all was fine! What I like about this library is that in combines Modbus TCP / RTU and ASCII in one library.