ljean / modbus-tk

Create Modbus app easily with Python
Other
569 stars 213 forks source link

Func read file record #157

Closed NVTaranets closed 2 years ago

NVTaranets commented 2 years ago

Function "read file record"

I "read file record" function implemented. Due to the specifics of the .execute parameters starting_address, quantity_of_x, number_file must be tuple () of one long (by the number of requested subseq) the result will be **((sub seq0 data), (sub_seq_1_data),... (sub_seq_N_data))**. The implementation has been validated on a single manufacturer's real devices.