Digistump Forums
The DigiX => DigiX Support => Topic started by: docb on December 25, 2014, 01:56:29 am
-
Hi,
in Arduino EthernetUDP i can explicitely send a UDP packet:
Udp.beginPacket(Udp.remoteIP(), Udp.remotePort());
Udp.write("hello");
Udp.endPacket();I can't see how to do this with DigiFi.
The problem occurs when writing with DigiFi a message say every 35ms it seems that somewhere 2 or 3 messages are concatenated to one UDP packet. This leads also to a delay, which is not acceptable by my application.
Thanks for any help and
Best Regards
docb