
The trace log breaks out the query to show fields on separate lines, and the received (response) in a single line (in hex format).
In the case of the ModbusTCPNetwork, trace-level output shows a similar query/response message cycle from data polling, but with a slightly different format. The driver sends a 6-byte leading TCP header 000000000006 in each query, and omits the checksum byte in both sent and response messages.