Python Forum

Full Version: Pymodbus for Dummies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know of a good pymodbus "walk-through" for beginners? I am new to python and want to use it to convert RS232 Ascii data to Modbus TCP holding/input registers and can't really make out what is going on in this library. I've used modbus before for other projects but I really wanted to learn how to do this in python.
Thank you

Any help would be appreciated.
Someone on Stack Overflow gave me a good answer. If you are having the same issue or idea check it out.
https://stackoverflow.com/questions/5511...6#55117466