pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 891 forks source link

Updated Message_Parser example #2079

Closed CapraTheBest closed 4 months ago

CapraTheBest commented 4 months ago

After updating the library to the latest version I started having issues with the Message_Parser example (https://github.com/pymodbus-dev/pymodbus/issues/2078). After looking into it I've found that it was still using old calls. I've removed them and also made the "-log" function work again properly. If there are any issues please let me know.

CapraTheBest commented 4 months ago

Should be good now.