Quote
Things i have tried: Instead of receiving all of the 512 dmx channels i have tried to limit this to just one. but same thing happens but after ca 25 seconds instead of 10.
Doesn't really look like that...
To change the amount of channels, i have used this part of the code:
//customisation: edit this if you want for example read and copy only 4 or 6 channels from channel 12 or 48 or whatever.
const int number_of_channels=512; //512 for 512 channels
and i dont think it is the part you suggest, that i have problems in beacuse that is from the original artnet reciving code and that one works.