Re: AW: javacomm

1999-07-06 Thread Thomas M. Sasala
o disclose his web page: > > http://www.interstice.com/kevinh/linuxcomm.html > > Maybe it helps > > Holger > > -Ursprüngliche Nachricht- > Von: Larry Gates [mailto:[EMAIL PROTECTED]] > Gesendet am: Montag, 5. Juli 1999 16:04 > An: [EMAIL PROTECTED] > Betreff

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 kno

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". W

AW: javacomm

1999-07-05 Thread Nolte, Holger
page: http://www.interstice.com/kevinh/linuxcomm.html Maybe it helps Holger -Ursprüngliche Nachricht- Von: Larry Gates [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 5. Juli 1999 16:04 An: [EMAIL PROTECTED] Betreff: Re: javacomm >Date: Sun, 04 Jul 1999 22:22:22 -0700 &g

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 cho

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]

javacomm

1999-07-04 Thread alx
Does anybody know where I can get the RXTX package for doing serial commin Linux? Trent Jarvi's site doesn't appear to be responding. Also, if anyone knows where to get the requisite CommAPI from sun, that would be helpful as well, as Sun's site appears to be overloaded as well. Thanks in advan

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

javacomm ioctl help

1998-09-05 Thread Steve Byrne
[EMAIL PROTECTED] writes: > I am trying to add hardware handshaking to the RXTX package and am > having lots of troubles with the java environment. I have a routine in C > that handles hardware handshaking without any problems. However, > incorporating this routine into java with JNI causes al

javacomm ioctl help

1998-09-04 Thread david . atkinson
I am trying to add hardware handshaking to the RXTX package and am having lots of troubles with the java environment. I have a routine in C that handles hardware handshaking without any problems. However, incorporating this routine into java with JNI causes all sorts of strange problem. i.e a call

Someone to play with Linux javacomm

1998-08-27 Thread david . atkinson
I have been playing around with the javacomm rxtx stuff implementing the event notification stuff as well as non blocking reads. Unfortunately I have a problem with the serial ports always blocking on reading despite the open options. Therefore I have implemented non blocking by using a separate