Re: Serial Port Access

2004-10-05 Thread Tim Donahue
On Mon, 2004-10-04 at 17:16, Chris Devers wrote: On Mon, 4 Oct 2004, Tim Donahue wrote: I'm looking for a module that will allow me to send/receive ascii data to a serial port. I have a program that will allow me to query its status over a serial connection, but I can't find a module

Serial Port Access

2004-10-04 Thread Tim Donahue
::CommPort, Win32::SerialPort, and Mac::Serial. Can someone point me in the right direction? Tim Donahue -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Removing a tempdir's on Windows

2004-09-10 Thread Tim Donahue
thought about manually running unlink on all the files contained within that directory, however that seems like an ugly kludge to force the removal of the temporary directory. Can anyone shed some light on a clean way to do this? Tim Donahue -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Removing a tempdir's on Windows

2004-09-10 Thread Tim Donahue
Mark, you are correct it would help if I had closed the file handles. That is what I get for trusting a friend's code, and not reviewing all it when I add it to my project. Thanks for your help. Tim Donahue On Fri, 2004-09-10 at 15:05, [EMAIL PROTECTED] wrote: Tim, You should close your