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

[625 byte] By [linuxchilda] at [2007-11-26 20:14:08]
# 1
I forget to say that the application will be used under windows ....
linuxchilda at 2007-7-9 23:20:26 > top of Java-index,Java Essentials,Java Programming...
# 2
look at to the yesterday threads (GMT time), it was the "javax comm day" ! you could probably find a solution to your problem
suparenoa at 2007-7-9 23:20:27 > top of Java-index,Java Essentials,Java Programming...
# 3
There you go http://java.sun.com/products/javacomm/Some extra resources http://www.google.co.in/search?q=java+access+serial+port&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official
qUesT_foR_knOwLeDgea at 2007-7-9 23:20:27 > top of Java-index,Java Essentials,Java Programming...
# 4
> 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 ....
linuxchilda at 2007-7-9 23:20:27 > top of Java-index,Java Essentials,Java Programming...
# 5

> 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

linuxchilda at 2007-7-9 23:20:27 > top of Java-index,Java Essentials,Java Programming...