Currently I have an application running on HP-UX that opens a serial connection (which is connected to a modem) as a sequential file using OPENSER and writes/reads to this using SEND and GET commands. This serial connection is being changed over to an IP based connection - IPSec VPN connection with a dedicated port. So lets say VPN connection has a dedicated ip address 192.168.0.2 and the port is 800. Is there anyway to open this directly using the OPENDEV or OPENSER commands? What I would like to do is... OPENDEV "192.168.0.2:800" TO IP.PORT and then be able to do READSEQ Data FROM IP.PORT Anyone know if this is possible?
-- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
