I was just informed by my users that not only do they want to use a script that captures content coming from a Cisco router's serial port, they want to be able to still issue commands via the same port. Now my initial script uses Win32::SerialPort but then they can't access that port via a terminal app when the script is running. Does anyone know how I could go about writing a serial port sniffer? Thx.