Alex Lisitsyn

Results 99 comments of Alex Lisitsyn

Hello @JimitD , Thank you for this report. Yes, the extended options are missing in the configuration structure. This was not addressed because the esp-modbus uses the legacy function prototypes...

The updated serial options in [v2.0.0_beta release](https://github.com/espressif/esp-modbus/discussions/45): [serial options](https://github.com/espressif/esp-modbus/blob/release/v2.0/examples/serial/mb_serial_master/main/serial_master.c#L274)

@JimitD , the documentation for v1.0.x will be updated to describe how to override the communication options: ![image](https://github.com/espressif/esp-modbus/assets/37483886/31d9f1b4-cf74-4296-820d-dbda2260a178)

Hi fj0207, Thank you for the issue. The current stack supports only the standard commands. The change of the MB_FUNC_HANDLERS_MAX to configurable value will not allow you to add your...

This sounds good to me. I don't think it is good solution to make the function public. The external API interface will not be changed in this version of stack...

Hello @dmglogowskiOS, Thank you for the issue. Different slaves have different list of supported commands. There is no flexible way to configure which command to use for write request for...

Hi, Custom implementation is also possible. I also have the ideas on how to accomplish this but currently I am busy with some other things. Please feel free to share...

One important comment: I have an requirement for the project is that the external API interface for v1.0.x of esp-modbus should not be changed. This includes the format of Data...

> However I am of the opinion that sometimes you gotta break compatibility, document it and be fine with it. I have got your opinion and will try to address...