in reply to Reading Data from a Serial Port using Win32::SerialPort

I also faced the same problem. here you have to go for "\r" instead of "\n". ie,

$serial_port->write("aU\r");