Source: libmodbus Version: 3.1.11-2 Severity: wishlist X-Debbugs-Cc: rodrilopez....@gmail.com
Dear Maintainer, It is crucial to have access to the modbus frames in order to diagnose communication problems. The incoming frame is already available via API but the response frame sent by the modbus server is not. By adding two extra API functions, we provide access to the response frame without affecting compatibility with previous implementations. There's a PR at GitHub implementing the desired feature https://github.com/stephane/libmodbus/pull/787 Thank you for considering. Cheers