精神病好多了
精神病好多了
> thanks for your answer. That is my dll that I uploaded few years ago 😂😂😂. Yesterday I compiled v3.1.10. I will upload it again and put it on wiki....
> @luocheng610 I use Visual Studio 2008 Express. I can only compile win32 versions. I dont know how to compile 64Bit :( . But please! If anyone can share a...
Assume that the value of a certain PLC register is -12 USHORT *usNRegs = new USHORT[nRegNums]; memset(usNRegs, 0, nRegNums * sizeof(USHORT)); modbus_set_slave(g_MBMMaster, nSlaveId); modbus_read_registers(g_MBMMaster, nRegAddr, nRegNums, usNRegs); int negativeValue =...