Search found 1 match

by nicos
Tue Aug 25, 2009 12:46 pm
Forum: NetBurner Software
Topic: MOD5282: Unit (sometimes) stuck on (TCP) write() function
Replies: 0
Views: 3249

MOD5282: Unit (sometimes) stuck on (TCP) write() function

Tools used: Netburner Version 1.99_beta_2_21

Hi. For quite some time now we are using this system for data acquisition (pretty high rate). I am using a 256 KB circular buffer for my data and when I have at least 4 KB I send it out using the function:
write(packet->Socket, (char*) &packet->Data ...