views:

257

answers:

1

I need to access the Serial Ports with Java in Windows Vista and FreebSD is there any third party Solution to do that? I understand Sun doesn't have a solution for that

+1  A: 

Have a look at RXTX for an alternative to the Sun serial port library.

Mark