On Dec 7, 2006, at 04:11, Michael Erskine wrote:

On Wednesday 06 December 2006 22:08, Nicholas Perez wrote:
Looks like all the setup stuff for the device is done with POSIX
inside of Device::SerialPort using POSIX::Termios. Doing all of the
setup for the device could be handled in the constructor of the
Driver. I didn't look much farther, but this does look doable.

While we're at it, let's not forget the poor Win32 users: -

[code]

The poor Win32 users have bigger problems. Namely that perl's select () is written in terms of winsock's select() function, so you can only use perl's select on sockets. Even if you do properly configure the port, you can't multiplex it...

--
Rocco Caputo - [EMAIL PROTECTED]


Reply via email to