Here is a pseudo code
1. I have a main script that does the following:
- Do a serial port write
- Start a FTP download using Net:FTP
2. Now while the main script is doing this FTP , the device that the perl script is talking to is writing something to the serial port
3. After the FTP is done I want to go check if the serial port output was clean.
4. I am using Win32-SerialPort to access serial port.I was hoping it would have a option to write serial port output to a log file but i haven't found one yet.
Thanks for your help