From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 11 22:40:37 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65D516A4CE for ; Sun, 11 Jan 2004 22:40:37 -0800 (PST) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032D543D49 for ; Sun, 11 Jan 2004 22:40:34 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from chowder.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.9/8.12.8) with ESMTP id i0C6eTQ9092538; Mon, 12 Jan 2004 17:10:30 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Vladimir Terziev , hackers@freebsd.org Date: Mon, 12 Jan 2004 17:10:28 +1030 User-Agent: KMail/1.5.4 References: <20040109180305.18c23192.vlady@sun-fish.com> In-Reply-To: <20040109180305.18c23192.vlady@sun-fish.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401121710.28179.doconnor@gsoft.com.au> X-Spam-Score: -3.6 () CARRIAGE_RETURNS,IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: Re: UNIX / BSD parallel port programming documentation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 06:40:37 -0000 On Saturday 10 January 2004 02:33, Vladimir Terziev wrote: > I have to develop small server which has to manage custom microcontroller > via parallel port interface. > > Does anyone know good manual/documentation about UNIX / BSD parallel port > programming ? Someone mentioned the ppi etc pages which is good, there is also this port - /usr/ports/devel/avrprog - which programs an Atmel AVR micro via the parallel port (works quite well in my experience) you should be able to examine the source code for clues. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5