in reply to Win32::SerialPort server side
If I got that part right, then I have to assume that you haven't done a lot of socket programming, and you're not sure how to handle listen to two things at once (the modem and the socket) so that you can effectively pass the data back and forth.
If I guessed all that stuff right, then I think the answer you're looking for is in the modules IO::Select and IO::Socket. However, I know there used to be some problems with sockets under Windows, so check on that first. Also, you can check the fine tutorial Reading from more than one socket at once
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win32::SerialPort server side
by didier (Vicar) on Oct 04, 2005 at 15:25 UTC | |
Re^2: Win32::SerialPort server side
by didier (Vicar) on Oct 04, 2005 at 15:29 UTC |