Bert Melis

Results 287 comments of Bert Melis

You need to do a few steps: make the function public. It's private now. So move the function in the .h file from the private section the the public section....

Looking into it. Multiple solutions to this issue. Could you comment out clearing the `_toSend` queue in `_clearQueue`?

It's not out of the box but can be done. There's no magic inside. Biggest change would be the queue.

An esp8266 version could be made from branch v1. I think that if you just delete all semaphore code it should work.

I'm sure I have had this error. Could you capture the rest of the dump? (and do a stack trace decode?) The crash is probably related to an invalid pointer....

I'm sorry to have you guys waiting. But now I'm stuck at home I'll try to find some time to look into this entire lib (in between supporting home school).

The v1 version sends all requests without waiting for the previous to complete. It could be the SMA is not capable of handling all the requests. I (temporarily) moved so...

I'm writing a completely new version. The current TCP management has a few flaws. I'll upload the new version this evening (in a new branch). API stays the same. It'll...

Please have a look at branch [v1](https://github.com/bertmelis/esp32ModbusTCP/tree/v1). I was a bit confused earlier. Do you need FC06 (write holding register) or FC16 (set multiple registers).