Blog
Creating a CUWIN Modbus RTU Master with NModbus
NModbus is a free and open source implementation of the Modbus protocol for the .Net Framework and .Net Compact Framework. This blog post will describe how to get started using NModbus with the CUWIN.After downloading and extracting the NModbus binaries from the repository, there will be two folders inside the "bin" folder: "net" and "netcf". "net" is for the .Net Framework, and "netcf" is for the .Net Compact Framework. The CUWIN is a .Net Compact Framework device, so to use NModbus in a C
…
Oct 21st 2015