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