Re: win32 serial port

2007-09-26 Thread Matthew Whipple
You are using 2 constructors that may be stepping on each others toes. Opening the port with new may lock the port from being tied later. What is in the $configfile, since it appears as though most of the configuration is done in the script (although that configuration would probably be undone by

Re: win32 serial port

2007-09-26 Thread Dr.Ruud
[EMAIL PROTECTED] schreef: > Hello , am using win32::serialport module ITYM "Win32::SerialPort". Casing matters. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

win32 serial port

2007-09-26 Thread Saran . j . jegan
Hello , am using win32::serialport module to communicate with my serial port device, this is my code use Win32::SerialPort; my $serial_port; my $return; my $quiet = 1; $serial_port = Win32::SerialPort->new ($port,1) die "Can't open serial port $port: $^E\n" unless ($serial_port); my $configFile=