From owner-freebsd-current Sat May 2 09:45:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17553 for freebsd-current-outgoing; Sat, 2 May 1998 09:45:38 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from coconut.itojun.org (root@coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17509 for ; Sat, 2 May 1998 09:45:27 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from localhost (itojun@localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.8.8+3.0Wbeta12/3.6W) with ESMTP id BAA05317; Sun, 3 May 1998 01:45:06 +0900 (JST) To: Luigi Rizzo cc: current@FreeBSD.ORG In-reply-to: luigi's message of Sat, 02 May 1998 15:44:50 +0200. <199805021344.PAA03038@labinfo.iet.unipi.it> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: Infrared ? (a simple experiment for laptop owners...) From: Jun-ichiro itojun Itoh Date: Sun, 03 May 1998 01:45:06 +0900 Message-ID: <5313.894127506@coconut.itojun.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have just verified on the libretto that if i do > hd -v /dev/ttyd1 >(after setting clocal and some speed in the range 1200..115200) it is >receiving infrared signals from the TV/stereo remotes. >using ppp on /dev/cuaa1 also returns the garbage generated by the >remotes, whereas it does not seem to receive its own data (maybe >receive is disabled while transmitting). >Perhaps some laptop owners can put their machines back to back, run ppp >at the same speed and see if, going in "term" mode, they can talk to >each other ? I've tried that several years before. If you open IR port as RS232C serial port (/dev/ttyd1), it will behave as half-duplex serial port. The port is strictly half-duplex, that is, if machine A and B send some bytes at the same time they will collide and junk byte will be received. Therefore, if you run ppp over IR port, you may be able to "ping" each other but you won't be able to perform ftp and other bulky data transfer. (by doing bulk data transfer the chance for the collision is very high) itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message