Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!umd5!ames!pasteur!ucbvax!MCMASTER.BITNET!BEAME From: BEAME@MCMASTER.BITNET Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: Telnet w/async modems Message-ID: <8801131006.aa16142@Louie.UDEL.EDU> Date: 13 Jan 88 14:02:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 29 snorthc@nswc-oas.arpa writes: >The first case of an asynch program controlling telnet sessions on a >3c500 board that I ever heard of was Bridge's TCPterm and etherterm >programs. >... >It seems to be a common capability for the 'NetBIOS' boards, UB, >Bridge both allow this. I should point out that the above mentioned products ONLY work for terminal emulators that use INT 14H as means of accessing the RS232 port. 99% of all serial terminal emulators written for the IBM PC directly address the 8250 (16450) Uart chip. This is because INT 14H does not provide interrupt driven access and thus can only support baud rates below 2400. If you have a terminal emulator that supports 9600 baud the chances are that it will not run with any of the above mentioned programs. I only know of one program that can handle emulators which directly address the Uart chip. BWCOM from Beame & Whiteside Software Ltd. loops back the 8250 chip and pass the information to the network via TELNET. It emulates a Hayes modem interface to the terminal emulator. - Carl Beame P.S: I have the Bridge NetBios board and I've checked it out.