Received: by 10.66.88.231 with SMTP id bj7mr3512590pab.45.1350325487905; Mon, 15 Oct 2012 11:24:47 -0700 (PDT) Received: by 10.68.229.231 with SMTP id st7mr2699512pbc.2.1350325487885; Mon, 15 Oct 2012 11:24:47 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no30627441pbb.0!news-out.google.com!jt13ni12003pbb.1!nntp.google.com!kt20no35676771pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Mon, 15 Oct 2012 11:24:47 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=132.3.53.68; posting-account=is92IAoAAAAyj17mr4XXQBDgnFK66iOH NNTP-Posting-Host: 132.3.53.68 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <51fa3ce7-8e4d-4713-8a9a-6ed784abd2e2@googlegroups.com> Subject: Re: I need to write Simple JAVA program to read and write from USB serial to use it with Arduino From: stledger@lanl.gov Injection-Date: Mon, 15 Oct 2012 18:24:47 +0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.programmer:19368 On Saturday, October 13, 2012 1:54:48 PM UTC-6, sahm wrote: > Hi every one I=92m trying to write simple JAVA program that could send co= mmand to Arduino board or read output from Arduino. I tried java-simple-ser= ial-connector library but I keep getting error. And in Arduino web site the= y use gnu.io. classpath witch I have no idea how to use it with java Please= help me Best Salim We have had good success with SerialPort from SerialIO.com. It has worked w= ell for a several different serial devices. John