[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference irocz::terminal_servers

Title:Terminal Servers
Notice:See Note 2 for Directory of important notes. Please use keywords.
Moderator:LAVC::CAHILLON
Created:Tue May 14 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3547
Total number of notes:12300

3475.0. "telnet to a terminal server port?" by CHR27::YEUNG (im2bz2p,ru?) Thu Mar 20 1997 17:14

Once you use latcp to map a device to a particular port on 
a terminal server, you can then read and write to the port using
C programs on Digital UNIX.

But my customer wants to use telnet instead of LAT.  Is it possible
to use telnet to map a device to a terminal server port?  Then use
a C program to interface with the port?

Thanks

Tim
T.RTitleUserPersonal
Name
DateLines
3475.1YEs.IROCZ::D_NELSONDave Nelson LKG1-3/A11 226-5358Thu Mar 20 1997 20:1111
RE: .0

You can use a Telnet Listener or a Raw TCP Listener in DNAS to accomplish
what you want.  The difference is that a Telnet listenser runs the Telnet
application, and the Raw TCP Listener uses raw socket I/O.  Either of these
can be associated with one or more ports, just like LAT Services.

Regards,

Dave