CalCOFI uses a variety of analytical instruments to measure our oceanographic samples. Many, such as the Turner Designs 10AU fluorometer, have a RS232 serial interface that can output measurements electronically during sample analysis. This white paper will outline basic RS232 serial communication data logging techniques using a PC. This basic interface strategy should be platform-independent but all examples will be MS Windows based.

Basics terminology

Many instruments come with sophisticated software to control the analytical processes. Hopefully, the software is included with the instrument and is not an expensive add-on. Depending on the complexity of the analysis, there may be no alternative to the manufacturer's software. Especially if the instrument is software-driven or visualization tools are needed during the assay. But if the analytical instrument has a serial port, it may be possible to easily capture the output to a text file and import into a spreadsheet or programming language.

Hardware requirements

Once you see data and can save it to a text file, you are recording your instrument's output. Importing these data into Excel or writing a parsing routine in Matlab would be the next step.

You can test your serial data collection setup by attaching a serial device like a GPS to your PC. If you are successful at seeing and logging its data, the setup should work on any instrument that outputs data. Just be sure to configure the com settings properly.