SerialPortReader.ps1
Source Code on Gist
This is PowerShell script that I wrote and used to read data from a serial port and export it into a file when I was working with Arduino board. The script is written based on System.IO.Ports.SerialPort class.