How can we stop the continuous display of these messages in out Visual Studio Output window? We have a C# app built with Visual Studio 2010 that communicates to an iPad app built with Xamarin Studio Monotouch C#.
Both use NetworkComms.Net to communicate.
When connected by USB, these debug messages spam the Output window.
When connected by WIFI, all is fine; there are none of these messages.
Sample messages:
bytes_recv = 256; bytes_send = 256
bytes_recv = 256; bytes_send = 256
bytes_recv = 256; bytes_send = 256
bytes_recv = 256; bytes_send = 256