[comp.terminals.tty5620] AT&T 4425 terminal; Routines to setup function keys.

dar@cbnews.ATT.COM (David A. Roth) (03/30/89)

Has anyone put together some routines to program the fuction keys 
on the AT&T 4425 terminals?


Thanks in advance.


AT&T Bell Laboratories
David A. Roth
uucp:	att!cblpn!dar 	
	dar@cblpn.att.com

uncosb@sw1e.UUCP (6300]) (03/31/89)

In article <5229@cbnews.ATT.COM> dar@cbnews.ATT.COM (David A. Roth) writes:
>Has anyone put together some routines to program the fuction keys 
>on the AT&T 4425 terminals?
>
>
>Thanks in advance.
>
>
>AT&T Bell Laboratories
>David A. Roth
>uucp:	att!cblpn!dar 	
>	dar@cblpn.att.com

I use the BASIC code below the download my fuction keys.  Maybe it will
help you.  Notice the number of characters including the <RETURN> must
be entered.  This is the 6 on the first line and the 9 on the second line.
		   EXAMPLE:     steve + <RETURN> = 6
					 jesus1st + <RETURN> = 9

The spaces and the f1 is the label and steve is the data that is sent when
f1 is pressed, ect.

Thanks,
Steve Brown

<-----Cut Here----->
10 ?chr$(27);"[1;6;2;1q   f1           steve";chr$(13)
20 ?chr$(27);"[2;9;2;1q   f2           jesus1st";chr$(13)
30 ?chr$(27);"[3;3;2;1q   f3           f3";chr$(13)
40 ?chr$(27);"[4;3;2;1q   f4           f4";chr$(13)
50 ?chr$(27);"[5;3;2;1q   f5           f5";chr$(13)
60 ?chr$(27);"[6;3;2;1q   f6           f6";chr$(13)
70 ?chr$(27);"[7;3;2;1q   f7           f7";chr$(13)
80 ?chr$(27);"[8;3;2;1q   f8           f8";chr$(13)

mfinegan@uceng.UC.EDU (michael k finegan) (03/31/89)

capabilities - that, or similar possible for the 4425 ?
				Thanks,
					Mike Finegan
					mfinegan@uceng.uc.edu

gal@atux01.UUCP (G. Levine) (03/31/89)

Along the same lines, how about a serup routine for the 630?

					gary