gitaeuber

Results 11 comments of gitaeuber

> Patches are welcome. Do you think you could contribute something? I don't think I'm able to contribute useful code. I'm not really a coder. Sorry.

Hi there! This is a try to introduce a function for sniffing on a serial line. It isn't complete yet. The attached diff is a patch against `#define LIBMODBUS_VERSION 3.1.4...

Hi, I'm not sure if understood you correctly. Here is a pull request I managed to create against my own repo: https://github.com/gitaeuber/libmodbus/pull/1 I could not manage to create a pull...

I managed to make a pull request. I had to fork the repo to my account first. Thanks

This patch introduces a **dependency** on **stpcpy**! I develop under linux, maybe windows reacts different.

Do I have to renew the pull request after my latest change?

OK, thanks. I hope next commit I'll do has the correct setting.

Maybe I should explain how my function works: `modbus_rtu_sniff_msg(modbus_t *ctx, int16_t *cnt, void (*handle_over_ucl)(char *ucl, int16_t *cnt))` * waits for pause between two messages * repeat { ** read a...

Is this approach the right way to support serial sniffing? Or should it look different? I ask because I want to know whether it is worth working on it.

I don't think it is mandatory to use the functions of this library to achieve analyzing the traffic. Maybe I should write a standalone tool for the command line that...