I need to send commands to hardware devices through a PC's comm ports. Is Java capable of calling a comm contol similar to VB (MS Comm Control)? Does anyone happen to know what class/method this would be?
you can use the port jar thing as sttailed above. if you want to communicate directly with an IO device, you need to use C or C++. the vendor will make a driver available you can use.
if you MUST use java you might be able to write a wrapper to use with native code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.