Quote:
Originally Posted by NotInControl
Are you sure the parameter to connector.open is correct? I believe you should be using a "datagram" protocol instead of a "data" protocol.
For example
A datagram connection for accepting datagrams on port 1234
"datagram://:1234"
A datagram connection for sending to a server on port 1234:
"datagram://123.456.789.12:1234"
|
Were you able to use the datagram protocol on the cRIO? I get the following exception: "javax.microedition.io.ConnectionNotFoundException : The 'datagram' protocol does not exist". The following thread says that datagram wasn't supported as of 2011:
http://www.chiefdelphi.com/forums/sh...61&postcount=5