In Part 7 of the STM32 Modbus TCP series, we extend the client built in Part 6 to actually read data from the server. We add request functions and a parser for holding registers, input registers, coils, and discrete inputs, trigger each read with a push button on the Nucleo board, and see how the client handles both valid responses and exceptions when the requested address is out of range.
