Win32::SerialPort COM4 doesn't claim to be a serial port

2011-06-11 Thread JP
; } I get an error on Windows Vista: use Win32::SerialPort qw( :PARAM :STAT 0.19 ); $PortObj = new Win32::SerialPort ($PortName, $quiet, $lockfile) || die "Can't open $PortName: $!\n$file_exists"; } D:\tmp>.\dvm2000v0.1.11.pl --device="COM4" => d

win32::serialport

2007-09-20 Thread Saran . j . jegan
Hello, Am using win32::serial port module for serial communication in perl . from cpan i come to see the read & write operation can be performed using file handle $PortObj = tie (*FH, 'Win32::SerialPort', $Configura

Re: Need Help Installing Win32:SerialPort - ReVisited

2007-07-19 Thread Chas Owens
On 7/19/07, CM Analyst <[EMAIL PROTECTED]> wrote: Ok, I will sound like an idiot and at the moment, I feel like... Previously I was able to install and use the Win32:SerialPort module in my script on a WinXP PC. My requirement is now to run script on a Windows 2000 Workstation, so I down

Need Help Installing Win32:SerialPort - ReVisited

2007-07-19 Thread CM Analyst
Ok, I will sound like an idiot and at the moment, I feel like... Previously I was able to install and use the Win32:SerialPort module in my script on a WinXP PC. My requirement is now to run script on a Windows 2000 Workstation, so I downloaded and installed Perl 5 and the said module using

Solved - Re: Need Help Installing Win32:SerialPort

2007-07-05 Thread CM Analyst
Chas, The command you suggested worked beautifully. I was able to make significant progress using the module in my script. Thank you to the "thebarncat" for your response as well. Best regards. Amad

Re: Need Help Installing Win32:SerialPort

2007-07-04 Thread [EMAIL PROTECTED]
> > ppm> install c:\temp\Win32-API-0.41\API.pm > Searching for 'c:\temp\Win32-API-0.41\API.pm' returned > no results. Try a broader search first. > > Can anyone please advise on what I need to do next? > > Thanks in advance. > > Amad. the package should contain a file with a ppd extension. cd to

Re: Need Help Installing Win32:SerialPort

2007-07-04 Thread Chas Owens
On 7/3/07, CM Analyst <[EMAIL PROTECTED]> wrote: snip ppm> install c:\temp\Win32-API-0.41\API.pm Searching for 'c:\temp\Win32-API-0.41\API.pm' returned no results. Try a broader search first. snip Firstly, ppm installs ppd (Perl Package Description) files not pm (Perl Module) files and secondly

Need Help Installing Win32:SerialPort

2007-07-03 Thread CM Analyst
Hello everyone. I am relatively new to Perl and this is my first attempt at installing a module. I am using ActiveState v.5.8.8. I downloaded and installed Bill Birthisel's Win32::SerialPort and Win32API::CommPort (Ver 0.19) modules per the instructions. The installation appears to be go

win32::Serialport

2005-12-23 Thread swayam panda
HI All, I am using win32::serialport module to send one command (hfdial) to the COM1 port .How ever the script is running fine for first time but when i m trying to run it second time then i am getting a message like baud from configuration: 115200 Buffer Overrun detected result

Re: Win32::SerialPort to log file

2003-12-15 Thread drieux
On Dec 15, 2003, at 12:23 AM, Ron Willmert wrote: drieux wrote: [..] do you mean that you are using <http://search.cpan.org/~bbirth/Win32-SerialPort-0.19/lib/Win32/ SerialPort.pm> [..] Thanks! you are more than welcome. You will of course forgive the brief 'evil Homer Simpson moment&#

Re: Win32::SerialPort to log file

2003-12-15 Thread Ron Willmert
drieux wrote: On Dec 12, 2003, at 7:06 PM, [EMAIL PROTECTED] wrote: I'm trying to get a script to save a barcode scanner's output to a log file. [..] do you mean that you are using <http://search.cpan.org/~bbirth/Win32-SerialPort-0.19/lib/Win32/ SerialPort.pm> use Win32::S

Re: Win32::SerialPort to log file

2003-12-13 Thread drieux
On Dec 12, 2003, at 7:06 PM, [EMAIL PROTECTED] wrote: I'm trying to get a script to save a barcode scanner's output to a log file. [..] do you mean that you are using <http://search.cpan.org/~bbirth/Win32-SerialPort-0.19/lib/Win32/ SerialPort.pm> use Win32::SerialPort; #

Win32::SerialPort to log file

2003-12-12 Thread perlrw
I'm trying to get a script to save a barcode scanner's output to a log file. I've been trying to use Win32::SerialPort and my script has begun to slip into a "grasping at straws" state of disarray. I found a script by Bruce S. Garlock that I thought would do about w

Re: Installing Win32::SerialPort

2002-02-11 Thread Kevin Old
Sent: Monday, February 11, 2002 5:23 PM Subject: Installing Win32::SerialPort > I have Activestate Perl installed. > > C:\code\perl>perl -v > > > This is perl, v5.6.1 built for MSWin32-x86-multi-thread > (with 1 registered patch, see perl -V for more detail) > > Co