Parallel Port control in java
HI
I am developing a java application that reads and writes data to the parallel port of a PC, I searched google and I found that too many website are saying that javax.comm has problems in many issues (i.e. not reliable) and I found a nother package developed by rxtx.org in which it was recommended by too many websites, my question now is that:
can you recommend me a package to use in order to control the parallel port taking into consideration I will use either windows server 2003 on the target PC or linux (due to the fact that not all the packages support all the operating systems).