Path: utzoo!mnetor!uunet!husc6!uwvax!umn-d-ub!umn-cs!meccts!viper!john From: john@viper.Lynx.MN.Org (John Stanley) Newsgroups: comp.sys.atari.st Subject: Re: Uniterm macros. Message-ID: <727@viper.Lynx.MN.Org> Date: 18 Mar 88 09:27:46 GMT References: <8803141756.AA00855@ucbvax.Berkeley.EDU> Reply-To: john@viper.Lynx.MN.Org (John Stanley) Organization: DynaSoft Systems Lines: 30 In article <8803141756.AA00855@ucbvax.Berkeley.EDU> VILJANEN@FINUH.BITNET writes: > >About the Uniterm macros. A line > >> %SEND('cory') > >should be > >%SEND('cory') %SEND(10) %SEND(13) > >because you need to send CR/LF after you send something like username or >password. No no no... Perhaps things are a bit differnt in Finland, but here in the US, we don't send CRLF at when we hit the return key, we just send CR... it "should" be: %SEND('cory') %SEND(13) Your version (CRLF) would only be useful if you were using uniterm as a host system instead of a terminal. If this was the original question, I apologise, but even then it should be 13 before the 10 as the standard is CRLF, not LFCR... --- John Stanley (john@viper.UUCP) Software Consultant - DynaSoft Systems UUCP: ...{amdahl,ihnp4,rutgers}!meccts!viper!john