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
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
>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
---
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]
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