We have from time to time people who asked how to get FT300 measured data from python.Reading data of the FT300 is quite simple. You just have to send modbus RTU commands to receive the data from FT300 registers.Details about registers are available in FT300 manual.I created a github repository with a sample program:https://github.com/castetsb/pyFT300I hope this will help.
We have from time to time people who asked how to get FT300 measured data from python.
Reading data of the FT300 is quite simple. You just have to send modbus RTU commands to receive the data from FT300 registers.
Details about registers are available in FT300 manual.
I created a github repository with a sample program:
https://github.com/castetsb/pyFT300
I hope this will help.