This is a python software to communicate with an Omega FMA-1606A flow meter over 8-pin mini din serial port and write the acquired data to a csv file.
It accepts the port name as the first parameter and a file name override as an optional second parameter. The default file output name is flow_meter_capture_%d_%m_%Y_%H_%M_%S.csv
Communication requires a custom serial to 8-pin mini din pinout as demonstrated on the RS232 Pinout instructions/Pinout.png
Use Ctrl+C to stop the program.