0

Hi all i want to control a parallel port through java code, when i googled i found a few packages like javax.comm , RXTX, SerialIO.com (website) etc. Currently i have written a native code(in C) for port communication.And let JNI do the communication between C - java.

I have seen a few questions on stackoverflow also, but i wasnot able to find any comparision between the packages/techniques.So according to your experience and opinion which option is better and why?

I am using windows platform.

buch11
  • 872
  • 3
  • 13
  • 29

1 Answers1

0

i have only used rxtx on windoze xp for an hdmi switch. it seemed to work fine.

Ray Tayek
  • 9,841
  • 8
  • 50
  • 90