Agile Modbus
1.1.4
Lightweight modbus protocol stack.
|
2021-12-02: Ma Longwei
2021-12-28: Ma Longwei
2022-01-08: Ma Longwei
2022-01-06: Ma Longwei
2022-01-08: Ma Longwei
agile_modbus_serialize_raw_request
's length limit on raw data2022-06-22: Ma Longwei
Apache-2.0
2022-07-28: Ma Longwei
agile_modbus_slave_util_callback
interface2022-07-28: Ma Longwei
agile_modbus_slave_handle
adds slave callback private data
parameteragile_modbus_slave_callback_t
adds private data
parameterexamples
uses the agile_modbus_slave_util_callback
interface to implement register reading and writing2022-11-22: Ma Longwei
agile_modbus_slave_handle
will point the slave_info.buf
pointer to the local variable address. This address will be used by other variables after turning on compiler optimization. Modify it to point to the global variable address within the function.agile_modbus_compute_response_length_from_request
: Obtain the length of the response from the slave based on the request