After a week of coding, I now have the first signs of a bedside clock! The first milestone of my project was to get the XBee network stack up and running where I would have a desktop computer and an embedded device talk to one another. To reduce the risk of getting both devices talking I wanted to have the exact same code run on the desktop and the embedded device. I went about this by creating a class library project targeted at the .NET Micro Framework and another class library targeted at the...