| Title: | Terminal Servers |
| Notice: | See Note 2 for Directory of important notes. Please use keywords. |
| Moderator: | LAVC::CAHILL ON |
| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3475.1 | YEs. | IROCZ::D_NELSON | Dave Nelson LKG1-3/A11 226-5358 | Thu Mar 20 1997 17:11 | 11 |
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 | |||||