# testmodbus-server This programm is used for testing modbus-tcpip configuations. If you do not know what modbus-tcpip mean stop using this programm. This software is written by Steffen Pohle (steffen@gulpe.de), check for a newer version of this software at https://steffen.gulpe.de/modbus-tcpip/ ![Image_01](https://steffen.gulpe.de/modbus-tcpip/screenshot-winver1-0-0-regs.PNG) ![Image_02](https://steffen.gulpe.de/modbus-tcpip/screenshot-winver1-0-0-values.PNG) # Compilation make configlinux make # Installation not supported. # Cross Compilation for Windows (build on Debian, target Windows) Configue the Makefiles.rules.crosswindows file to your needs. A little manual on my cross compilation setup can be found in HowTo-Cross-Compile.txt. Make sure you copy all needed dll files to dll in this directory. make buildwindows All needed files will be placed in a separate subfolder together with all needed librarys (needs to prepared, see Makefile for some hints). For precompiled windows binarys look at this [link](https://steffen.gulpe.de/modbus-tcpip/).