Category: compact-framework

SerialPort + CF 2.0 prevent losing data

Can anyone tell my why the code below would be missing or dropping data. I have been googling all night but can’t find any pointers. the serial port is using the following settings; 38400,n,8,1 xon/xoff flow control. ReceivedBytesThreshold = 1. isReceiving and stockReceived are both members of the form private void serialPort1_DataReceived(object sender, System.IO.Ports.SerialDataReceivedEventArgs e) […]

How do I debug a Pocket PC app running over a wireless network?

How do I debug an app running on a remote device, Pocket PC 4.2 (2003), over a wireless network (802.11)? I can remote debug with ActiveSync when the device is cradled (57K baud). I’m using Visual Studio 2008. I am familiar with wireless debugging in Windows Mobile 5.