Java com port Api
Hi ALL, Does any body know of an implemantation of java comm api for linux thanks , Kunal __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Java com port Api
On Fri, 2001-12-21 at 14:45, Kunal Bisla wrote: > Hi ALL, > Does any body know of an implemantation of java comm > api for linux > thanks , > Kunal If you read Sun's FAQ http://java.sun.com/products/javacomm/javadocs/CommAPI_FAQ.txt You will find a reference to http://www.interstice.com/kevinh/linuxcomm.html -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K2K 2E2 | web: www.cryptocard.com - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Java com port Api
yes I have implemented java comm support on Linux. IBM has a comm package that can be installed and configured rather easily with java 2 all the docs are included and it really only involves copy the right jars into the right places. I know for a fact that SuSE linux ships the IBM comm package with it's distro and can be very easily installed via their installer Yast and is then automagically working perfectly. As for other distros I have not tried so all I can say is good luck. Hope this helps Kunal Bisla wrote: >Hi ALL, >Does any body know of an implemantation of java comm >api for linux >thanks , >Kunal > >__ >Do You Yahoo!? >Check out Yahoo! Shopping and Yahoo! Auctions for all of >your unique holiday gifts! Buy at http://shopping.yahoo.com >or bid at http://auctions.yahoo.com > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- Long live the Penguin!!! Duane Kehoe Phone # 414.908.1814 Programmer/AnalystFax # 414.908.1814 Weyco Group, Inc. Email: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Java com port Api
On 21 Dec 2001, Jesse Stockall wrote: > On Fri, 2001-12-21 at 14:45, Kunal Bisla wrote: > > Hi ALL, > > Does any body know of an implemantation of java comm > > api for linux > > thanks , > > Kunal > > If you read Sun's FAQ > http://java.sun.com/products/javacomm/javadocs/CommAPI_FAQ.txt > > You will find a reference to > http://www.interstice.com/kevinh/linuxcomm.html > > > This work was combined with rxtx. http://www.rxtx.org There is support for Sun's CommAPI javax.comm in version 1.4 and A complete CommAPI in 1.5 (package gnu.io to avoid license issues). -- Trent Jarvi [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]