Home› Programming
Discussion
Back to discussions page
bcastets
Vacuum Beta tester Posts: 673 Expert
Get FT300 measured data using python |
344 views
|
Not answered yet | |
/ Started by Unknown
in Programming
|
0 comments |

in Programming
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.
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.