Path: utzoo!news-server.csri.toronto.edu!rutgers!uwm.edu!bionet!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: How to generate BREAK code? Message-ID: <1401@toaster.SFSU.EDU> Date: 6 Mar 91 03:55:24 GMT References: <846@lychee.cs.utexas.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Distribution: usa Organization: San Francisco State University Lines: 14 There is no BREAK key on the NeXT keyboard, nor it is it possible to map a key to produce a "BREAK code"--BREAK is an "out-of-band" signal that has no code value. It's only needed when connected to another system. Every communication program seems to have a different way to request it: tip ~ # kermit CTRL-\ b telnet CTRL-] s e n d SP b r k CR [ The cu on the NeXT is "fake"--the "real" one uses ~%b ] -=EPS=-