Java RS232 Comm on Vista-64 bit

Posted by DD on Stack Overflow See other posts from Stack Overflow or by DD
Published on 2009-11-09T20:19:41Z Indexed on 2010/05/07 15:28 UTC
Read the original article Hit count: 438

Filed under:
|
|
|

We have a Java application which needs to communicate with a peripheral device over Virtual Serial COM port. We use the RS232 Java COMM API (javax.comm.properties, comm.jar, win32com.dll) to achieve the same. Currently the code works fine on Windows XP 32-bit, Vista 32-bit and Windows 7. However we are having a problem trying to communicate on Vista 64-bit. I read from the Java forums that there is no 64-bit support for the Java COMM API

I was wondering if anyone was facing a similar situation and were able to resolve the same in some way?

© Stack Overflow or respective owner

Related posts about java

Related posts about rs232