Sponsored Content
Full Discussion: Unix terminal protocol
Top Forums UNIX for Dummies Questions & Answers Unix terminal protocol Post 21908 by microdigi on Friday 24th of May 2002 07:08:08 AM
Old 05-24-2002
i was one of the ncr's terminal creators-
what type of terminal do you intent to use?
4920? 4942? 7xx?
ncr has a propriatary emulation.

i would strongly suggest that you stick with some one elses terminal type, p.e. dec vt220 - 320.

make use of the termcap / terminfo tables.

Smilie
 

8 More Discussions You Might Find Interesting

1. IP Networking

UNIX and SNA protocol

Can anyone tell me how I can find out if a server has a SNA connection to a mainframe ? I need to find out at my work which servers use SNA by telnetting to that server and search for it, I just don't know what and where to look for... Any help appreciated ! Ron (2 Replies)
Discussion started by: ronw
2 Replies

2. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies

3. UNIX for Advanced & Expert Users

http protocol from UNIX

Is there any way to access http page from UNIX command line.... eg: http://www.abc.xyz (5 Replies)
Discussion started by: bishweshwar
5 Replies

4. UNIX for Advanced & Expert Users

GPRS Tunnelling Protocol implementation under UNIX

I need to implement a program that sends CDRs (just some data) over GTP' (GTP Prime - one of the GPRS Tunnelling Protocols, http://en.wikipedia.org/wiki/GPRS_Tunnelling_Protocol). Does anybody know where I can find GTP implementation? I'v tryed OpenGGSN (http://sourceforge.net/projects/ggsn/), but... (4 Replies)
Discussion started by: Hitori
4 Replies

5. SCO

How to stop A UDP protocol on Unix

Dear All, Kindly guide how to stop UDP protocol on Sco Unix release 5.0 Regards (2 Replies)
Discussion started by: sak900354
2 Replies

6. HP-UX

boot a unix terminal

I issued a halt command to a remote unix terminal and it shut down with root user through putty. Is there a way to start it back on? (3 Replies)
Discussion started by: mevoid
3 Replies

7. Shell Programming and Scripting

How to get Unix terminal in windows

Hi, How to get unix look and feel in windows environment where i can execute basic commands like date and complex usage like awk, sed etc and not much storage space is needed. Is there any software that i can install to use the same? Thanks, (3 Replies)
Discussion started by: i.srini89
3 Replies

8. Shell Programming and Scripting

What kind of transfer protocol we have in UNIX?

I was asked this question on the interview. I know ftp, sftp, scp, rcp. They said one more indi or indy Could you please let me know it? Thanks, Oleg (2 Replies)
Discussion started by: digioleg54
2 Replies
termcap(3X)															       termcap(3X)

NAME
termcap: tgetent(), tgetflag(), tgetnum(), tgetstr(), tgoto(), tputs() - emulate /usr/share/lib/termcap access routines SYNOPSIS
DESCRIPTION
These functions extract and use capabilities from the compiled terminal capability data bases (see terminfo(4)). They are emulation rou- tines. Extracts the compiled entry for terminal name into buffers accessible by the programmer. Unlike previous termcap routines, all capability strings (except cursor addressing and padding information) are already compiled and stored internally upon return from The buffer pointer bp is redundant in the emulation, and is ignored. It should not be relied upon to point to meaningful infor- mation. returns -1 if it cannot access the terminfo directory or if there is no capability file for name, and 0 if all goes well. If a environment variable is set, first looks for (where is the first character of name), and if that file is not accessible, it looks for Gets the numeric value of capability id, returning -1 if it is not given for the terminal. is useful only with capabilities having numeric values. Returns 1 if the specified capability is present in the terminal's entry, and 0 if it is not. is useful only with capabilities that are boolean in nature (i.e. either present or missing in terminfo(4)). Returns a pointer to the string value of capability id. In addition, if area is not a NULL pointer, places the capability in the buffer at area and advances the area pointer. The returned string capability is compiled except for cursor addressing and padding information. is useful only with capabilities having string values. Returns a cursor addressing string decoded from cm to go to column destcol in line destline. (Programs that call should be sure to turn off the TAB3 bit or bits, since can now output a tab. See termio(7)). Note that programs using should in general turn off TAB3 anyway since some terminals use Ctrl-I for other functions, such as nondestructive space.) If a sequence is given that is not understood, returns [OOPS]. Decodes the padding information of the string cp. affcnt gives the number of lines affected by the operation, or 1 if this is not applicable. outc is a routine that is called with each character in turn. The variable pad_char should contain a pad character to be used (from the pc capability) if a null is inappropriate. WARNINGS
These routines are not meant to be used by programs running in the background. Obsolescent Interfaces and are to be obsoleted at a future date. FILES
library data bases SEE ALSO
ex(1), terminfo(4), termio(7). TO BE OBSOLETED termcap(3X)
All times are GMT -4. The time now is 01:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy