From: Uwe Zessin [zessin@my-deja.com] Sent: Tuesday, July 06, 1999 3:21 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: Receive data through terminal server In article <7lro08$1ev$1@nnrp1.deja.com>, vmccoy@kmr.ll.mit.edu wrote: > I hope this is the right place. > > I'm having trouble receiving data through a xyplex terminal > server. Monitoring the terminal server reveals data being > brought in, but I'm unable to get it into my alpha. It > hangs on the QIOW() call. > > As far as I know, all the xyplex port settings are correct, > and the LAT port is as well, but I'd like someone to check > those as well (listed below) > > The fortran code is below I haven't fully checked you code or you server's setup ... However, you are missing the 'LAT connect'. Issue a QIO with func= IO$_TTY_PORT + IO$M_LT_CONNECT before trying to read something from the port. You could also _output_ something to the port before reading - it will then do an implicit 'connect', but you gadget behind the server might not like that. I think this is described in the "I/O User's Guide". -- Uwe Zessin Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.