Gary Stainburn wrote:

> I've got a perl script that takes text input from our switchboard and
> feeds a call logging database.
> 
> Currently, I have a BASH script that calls kermit to control the serial
> port
> and pipe the output to my perl script (shown below).  However, this causes
> admin problems - especially the kermit process - when having to restart
> etc.
> 
> What's the best way to do the whole process in my perl script?
> I will need to lock the port (create lock file LCK..ttyS0) - no problem.
> I will then need to configure the port settings and then open the port for
> input so that I can read from it.


Does Device::SerialPort help?

http://search.cpan.org/search?dist=Device-SerialPort
 
--
Best Regards,
Daniel

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to