Hi
blink! Glad to hear someone's found my script useful.
No idea why setting the baud rate doesn't work for you, but if you are able to get the data then your system must default to 9600 so I wouldn't worry too much.
You have still got the $baud = "9600"; at the top of the file, right?
For drawing the graphs I use
RRDtool although doing so in a spreadsheet shouldn't be too hard. I don't know if Excel can handle unix timestamps, so you might want to play with the localtime() function in Perl to output the timestamp in a more suitable format - then highlight the timestamp and Pac columns and click the graph wizard and see what it gives you.
I don't have Excel here, but I just spent a few minutes playing with the Gnumeric spreadsheet application, and by converting the timestamp to a date+time, and using its graph wizard I get: (click image for larger version)

I am unable to share my RRD script as it contains proprietary code I developed years ago, but RRD is worth learning as the possibilities are endless!
As an example, here are some RRD graphs I auto-generate to compare my solar output with the solar radiation detected at two locations in the Perth Metro area. Today was a very cloudy day, and it's interesting to see my output drop at the same time as one or both of the monitoring stations:



Oh and I replaced the ugly black night-time shading with sunrise/sunset vertical lines. Much easier on the eyes
