[PD] Problems sending datas to PD from Java with UDP protocol

Olaf Matthes olaf.matthes at gmx.de
Thu Jul 8 11:12:41 CEST 2004


mstamm at itin.fr wrote:

>Hello,
>
>I'm trying to send data from java to PD with UDP protocol.
>I tried this :
>
>-----
>netAddress address = InetAddress.getByName("hostName");
>int port = 4321;
>
>String ch = "Le message à envoyer";
>
Try:

String ch = "Le message à envoyer;\n";

Don't know wether Pd likes the 'à', so maybe you'll have to do without 
it. All messages have to end with a semicolon followed by newline ('\n') 
to make netreceive happy.

Olaf






More information about the Pd-list mailing list