From owner-freebsd-hackers Sun Jan 14 04:21:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA03246 for hackers-outgoing; Sun, 14 Jan 1996 04:21:37 -0800 (PST) Received: from cls.net (freeside.cls.de [192.129.50.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA03240 for ; Sun, 14 Jan 1996 04:21:30 -0800 (PST) Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Sun, 14 Jan 96 13:21 GMT From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-To: grog@lemis.de (Greg Lehey) Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id NAA16884; Sun, 14 Jan 1996 13:04:52 +0100 Message-Id: <199601141204.NAA16884@allegro.lemis.de> Subject: Re: Status of ISDN drivers To: jmb@freefall.freebsd.org (Jonathan M. Bresler) Date: Sun, 14 Jan 1996 13:04:51 +0100 (MET) Cc: hackers@freebsd.org (FreeBSD Hackers), isdn@muc.ditec.de (FreeBSD ISDN Distribution List) In-Reply-To: <199601132343.PAA26400@freefall.freebsd.org> from "Jonathan M. Bresler" at Jan 13, 96 03:43:13 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org Precedence: bulk Jonathan M. Bresler writes: > >>> >WRT getting 128kb/sec. I though the RBOCs in the States only support >>> >56kb/sec. per channel ? How you going to squeeze 128kb/sec. out of that ? >>> >The D-Channel is not used for data transfer (that would be an additional >>> >16kb/sec.). >> >>> Of course for $695 you can get RISC-powered "plug and power-up" 128k >>> sync...but we've been through that one before! >> >> Yes, but will it work in Europe, more precisely, Austria? > > The board is $440. with V.24/RS-232 output (others available) I was assuming > about > $250.-$260. for a bitsurfer T/A. The card will work with any external T/A. Yes, but this solution has at least two, maybe more serious drawbacks: 1. It only runs at 115.2 kb/s, and uses 10 bit bytes, so your theoretical maximum throughput is 11.52 kB/s. A full BRI will give you 128 kb/s and 8 bit bytes, or theoretical 16 kB/s. 2. It uses the serial port, arguably the weakest link in PC communications. 3. It requires you to use PPP or some other crock. I haven't tried PPP lately, but it used to give me untold headaches. Running pure IP beats the hell out of it. Greg