Home Programming

Discussion

Left ArrowBack to discussions page
bcastetsbcastets Vacuum Beta tester Posts: 673 Expert
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.

Comments

Sign In or Register to comment.
Left ArrowBack to discussions page