; }
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
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
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
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
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
>
> 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
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
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
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
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
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
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;
#
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
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
14 matches
Mail list logo