Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvra!prestonb From: prestonb@hpcvra.CV.HP.COM (Preston Brown) Newsgroups: comp.sys.handhelds Subject: Re: Kermit for HP48SX Message-ID: <21580020@hpcvra.CV.HP.COM> Date: 12 Mar 90 23:39:22 GMT References: <1990Mar12.103657.2423@sics.se> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 14 >Does the builtin Kermit come with a terminal emulator (which is >present in most implementations of Kermit)? If not, will it be >difficult to write one? No it doesn't. The built in kermit only supports file transfers. Two commands: SRECV and XMIT allow low level I/O and can be used to write a terminal emulator. A user language terminal emulator may be a little slow but good luck. The hard part is parsing the key inputs and updating the display fast enough. Preston