static const uint8_t g_ip_address[4] = {192, 168, 0, 1}; static const uint8_t g_netmask[4] = {255, 255, 255, 0}; static const uint8_t g_gateway_address[4] = {192, 168 ...
Simple Modbus TCP server/client example: modbus is a defined protocol which is widely used in communication between PC and PLC (programmable logic controller) modbus TCP is one kind of modbus that use ...