OFF TOPIC: Re: serial connection.

1999-08-31 Thread Scott Parish
Jonas Holmberg wrote: > > The machine I used had about twenty serial ports and > javax.comm.CommPortIdentifier.getPortIdebtifiers() only found > /dev/ttyS[0-3] (the "internal" ports on my main board). It didn't find > for example /dev/ttyD0 which is the first "external" serial port. It did > howe

Re: serial connection.

1999-08-31 Thread Nathan Meyers
Wayne wrote: > > Hello, > Sometime ago I seen an API for serial connection, but when I went > to the blackdown site I couldn;t find anything. Does anyone know > if such a API exist? I need to write some code that talks to a CNC > machine. Check out http://www.frii.com/~jar

Re: serial connection.

1999-08-31 Thread Jonas Holmberg
also tried it on RH5.0, which has a older c-lib, but then I had to use rxtx version 1.2-2, and it was much, much slower and I didn't get it to work properly. So I recommend using libc 2.1 (e.g. RH6.0) and rxtx 1.3-4. /Jonas Holmberg, Forget-IT AB Wayne wrote: > > Hello, >

Re: serial connection.

1999-08-31 Thread Thomas M. Sasala
Hello, > Sometime ago I seen an API for serial connection, but when I went > to the blackdown site I couldn;t find anything. Does anyone know > if such a API exist? I need to write some code that talks to a CNC > machi

serial connection.

1999-08-31 Thread Wayne
Hello, Sometime ago I seen an API for serial connection, but when I went to the blackdown site I couldn;t find anything. Does anyone know if such a API exist? I need to write some code that talks to a CNC machine. TIA. Wayne