fz-lyu / modbuspp

A C++ Library for Modbus TCP Client Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The problem used in Windows

jihaoh98 opened this issue · comments

I saw you said this code could also be used in Windows, but when I used it in Windows, firstly it need to compile with -lwsock32. But when I get the executable file, it could only connect with the Modbus Slaver, could not read or write, only can connect this IP with the correct port, but it can not read or write.