users@grizzly.java.net

Serial com port communication

From: Georges Goebel <georges.goebel_at_pch.etat.lu>
Date: Tue, 03 Jun 2008 08:55:14 +0200

Hi,

I took your presentation from the javaone and tried to implement the
communication.

ConnectorHandler connection =
crtl.acquireConnectorHandler(Controller.Protocol.CUSTOM);

But the ³connect² method of the ConnectorHandler object takes a SocketAdress
object as parameter, which I donıt have in serial port communication. Do you
have any hint for me to resolve this Problem ?


Georges Goebel