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=

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', $Configuration_File_Name)

Read and write operation in serial port

2007-08-28 Thread Saran . j . jegan
Hello, am using win32::serial port for serial communication i can open the port and able to update the settings such as baud rate , parity etc.,but i need to know how to transfer the data through it (read and write), can any give me sound examples -- To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: Socket Programming with Perl

2007-08-20 Thread Saran . j . jegan
On Aug 20, 12:12 pm, [EMAIL PROTECTED] (Saran j jegan) wrote: > Hello, > Do any suggest me successful module for socket communication > in perl under windows environment and some prerequisite for it. There are dump of modules ,which might be the best one from yours experience

Socket Programming with Perl

2007-08-20 Thread Saran . j . jegan
Hello, Do any suggest me successful module for socket communication in perl under windows environment and some prerequisite for it. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Serial port programming in perl

2007-08-17 Thread Saran . j . jegan
On Aug 17, 4:48 pm, [EMAIL PROTECTED] (Zentara) wrote: > On Thu, 16 Aug 2007 09:11:17 -, [EMAIL PROTECTED] wrote: > >Hello, am just started in perl, am in need to access a serial port and > >read the data s coming from that , i came to see several modules to do > >this but i dont know which wil

Serial port programming in perl

2007-08-16 Thread Saran . j . jegan
Hello, am just started in perl, am in need to access a serial port and read the data s coming from that , i came to see several modules to do this but i dont know which will be easier to use whether Device::SerialPort is worth enough, can any suggest me how to use them ? -- To unsubscribe, e-ma