Date: 23 Jan 2002 18:52:40 -0500 From: "Brandon S. Allbery " KF8NH <allbery@ece.cmu.edu> To: Lars Eggert <larse@ISI.EDU> Cc: Stefan `Sec` Zehl <sec@42.org>, Robert =?ISO-8859-1?Q?Blacqui=E8re?= <freebsd@guldan.demon.nl>, freebsd-mobile@FreeBSD.ORG Subject: Re: birda status of the port and more info Message-ID: <1011829964.3610.10.camel@pyanfar.ece.cmu.edu> In-Reply-To: <3C4F4C33.4010805@isi.edu> References: <20020105210531.H83396@thorin.guldan.demon.nl> <20020105234328.B25362@matrix.42.org> <3C4F4C33.4010805@isi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-bS9SzDZdOaMj+DKF5SFl Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2002-01-23 at 18:50, Lars Eggert wrote: > It's recognized as cuaa1 on my Dell Latitude C600. However, due to the > extremely limited documentation in the port, I have no clue how to > actually _use_ birda (to sync a Palm, in my case). What's the magic > incantation? Attached is my birda startup script; after irs is running, just tell pilot-link to use the slave end of the pty. -- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu electrical and computer engineering KF8NH carnegie mellon university ["better check the oblivious first" -ke6sls] --=-bS9SzDZdOaMj+DKF5SFl Content-Disposition: attachment; filename=birda.sh Content-Transfer-Encoding: quoted-printable Content-Type: text/x-sh; charset=ISO-8859-1 #! /bin/sh case "$1" in start) /usr/local/bin/irs -d /dev/ttyd1 -y /dev/ptypv -c -Y && echo -n " birda= " ;; stop) killall irs 2>/dev/null && echo -n " birda" ;; esac --=-bS9SzDZdOaMj+DKF5SFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1011829964.3610.10.camel>