From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [195.238.6.172] (helo=mailrelay006.isp.belgacom.be) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LDfZC-0005jn-FO for openembedded-devel@lists.openembedded.org; Fri, 19 Dec 2008 14:38:58 +0100 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAB8yS0lR8zdJ/2dsb2JhbACBbL0wWJBwgwM Received: from 73.55-243-81.adsl-dyn.isp.belgacom.be (HELO hermes.mgb-tech.com) ([81.243.55.73]) by relay.skynet.be with ESMTP; 19 Dec 2008 14:34:14 +0100 Received: from [192.168.1.23] (gandalf.mgb-tech.com [192.168.1.23]) by hermes.mgb-tech.com (Postfix) with ESMTP id 59A4D117FE1 for ; Fri, 19 Dec 2008 01:11:08 +0100 (CET) Message-ID: <494BA302.9020708@mgb-tech.com> Date: Fri, 19 Dec 2008 14:34:58 +0100 From: Jan Pannecoeck User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <494B4E6B.6010607@mgb-tech.com> <20081219125847.GA25947@mi.fu-berlin.de> In-Reply-To: <20081219125847.GA25947@mi.fu-berlin.de> Subject: Re: ARM - OE Linux, Java and SerialPort X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 13:38:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I had also contacted the distributor of my ARM-development kid (Taskit) they also gave me this advice, and I'm currently using the rxtx package! Thanks! Henning Heinold wrote: > On Fri, Dec 19, 2008 at 08:34:03AM +0100, Jan Pannecoeck wrote: > >> Hello everyone, >> >> I'm not sure if this is the right mailinglist, but I'll post my question >> here so maybe someone could help me. I'm currently using an OE linux >> distribution on my ARM board, this is all working fine and I'm using >> jamvm to run my java programs. Now I would like to communicate with a >> SerialPort. But the Java Communication API provided by Sun does not >> support an ARM based system. Only the Linux x86 system is supported. >> Since Linux is using the serial port as a "file", the reading and >> writing part could probably be done using a simple Reader and Writer in >> Java, but how can I change the baudrate and other configuration settings >> of the serial port? >> >> Does anybody has any experience with this? >> >> Kind regards, and a early happy christmas! >> >> Jan Pannecoeck >> >> > > Try the rxtx package included in oe. > > Bye Henning >