Re: javacomm

1999-07-06 Thread Thomas M. Sasala
Trent's site is the only place I know where RXTX exists. I could be wrong though. CommAPI is available here: http://www.javasoft.com/products/javacomm/index.html If you can't find RXTX on the net, let me know and I can email it to you - about 132K zipped (who knows how big mi

Re: javacomm

1999-07-05 Thread alx
On 5 Jul, Larry Gates wrote: > >>Date: Sun, 04 Jul 1999 22:22:22 -0700 >>From: Kevin Ryan <[EMAIL PROTECTED]> > >>The Sun comm API stuff is at: >> http://java.sun.com/products/javacomm/index.html > > It says to "choose a platform". Which one do we choose for Linux? Well, according to th

Re: javacomm

1999-07-05 Thread Larry Gates
>Date: Sun, 04 Jul 1999 22:22:22 -0700 >From: Kevin Ryan <[EMAIL PROTECTED]> >The Sun comm API stuff is at: > http://java.sun.com/products/javacomm/index.html It says to "choose a platform". Which one do we choose for Linux? -Larry Gates ---

Re: javacomm

1999-07-04 Thread Kevin Ryan
The Sun comm API stuff is at: http://java.sun.com/products/javacomm/index.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: javacomm ioctl help

1998-09-05 Thread Diego Pons
Steve Byrne wrote: > [DELETED] > ...It does this by interposing on > system calls like open, and forcing the fd to be attributed appropriately > (i.e. nonblocking, and registered with the interrupt system so that SIGIO's > are delivered). > > You have basically two choices: > > a) Ignore trying