http://www.modbus.org/%|%Modbus Protocol%|% is a messaging structure developed by Modicon in 1979. It is used to establish master-slave/client-server communication between intelligent devices. It is a de facto standard, truly open and the most widely used network protocol in the industrial manufacturing environment. It has been implemented by hundreds of vendors on thousands of different devices to transfer discrete/analog I/O and register data between control devices. It's a lingua franca or common denominator between different manufacturers. One report called it the "de facto standard in multi-vendor integration". Industry analysts have reported over 7 million Modbus nodes in North America and Europe alone. Modbus implementations (plain Tcl): * [Modbus PLC Communications Driver] (RTU, master) * Modbus RTU/TCP implementation: [https://code.google.com/p/ezdit/downloads/detail?name=modbus-tcl-1.0.zip] (RTU, TCP, master) * [Modbus master example1] by Alexey Rakov [http://iprog.pp.ru/forum/read.php?f=1&i=57626&t=57626] (TCP, master) * [Modbus slave example1] * [Simple Modbus Server example] by xvart [https://github.com/xvart/modbustcl] <>Embedded