Atlas Scientific RGB Color Detection not working

Hello, we are working on a group project that involves an atlas scientific light sensor (see link below). We are having trouble getting the serial monitor to produce readings because the code given by atlas scientific is for 1.0 IDE and the software on our computer is for 1.6.1 IDE. How do we make a code that will read in the red, green, and blue light intensity for this sensor? Thank you in advance for your help!

Here is the link to the given code:
http://www.atlas-scientific.com/_files/code/Arduino-sample-code-EZ-COM-rgb.pdf

sensor link
http://www.atlas-scientific.com/product_pages/probes/env-rgb.html?

EDIT:

Thank you, but we have other sensors running in the main code that use this new software and this sensor needs to be able to run with them, so we cannot use the older software.

We are having trouble getting the serial monitor to produce readings because

that is not what the serial monitor does.

What it does is DISPLAY data sent to it.

How do we make a code that will read in the red, green, and blue light intensity for this sensor?

With a text editor.

Here is the link to the given code:

A link is something you can click. You links are broken. There IS an icon, two to the right of the multi-colored icon, that creates proper links. Give it a try, if you are really interested in help.

And, post the code you have.