how to use the serial port
hello
I would like to know if there is other library than comm to use to establish communication with the serial port ..
can we do this with pure java ,I mean without the need of using any library ?
if not then what is the best library to use ?
any examples ?
I have other question
when i use the library comm
I use thepublicvoid serialEvent(SerialPortEvent event)
to get my data
but that data comme line by line
is there a way to get all the data at once ?
than kyou in advance
> look at to the yesterday threads (GMT time), it was> the "javax comm day" ! you could probably > find a solution to your problemIf Im posting here ,it is because i did not find anything ? or lets say I did not find a solution for my problem ....
> There you go
>
> http://java.sun.com/products/javacomm/
>
> Some extra resources
>
> http://www.google.co.in/search?q=java+access+serial+po
> rt&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.
> mozilla:en-US:official
maybe I was not clear ,I know the comm lib
Im already using it
but am asking if there any other lib that will work for windows
thank you