Jun 9

Mono is a greate solution for anyone looking to do some cross platform development.  Most of the .Net API has been implemented and functions the same as Microsoft’s version.  Although, one thing that does not work under OS X is the serial port.

This seems to be a known issue with the Mono devel team, however, at work we rely heavily on communication over the serial port and needed a solution fast.  Therefore, I reimplement the serial driver for OS X.  The new version does not rely on the libmonoposixhelper but rather creates a wrapper for the standard libc functions. Most of the API is the same as .Net/Mono and therefore should be easily interchangable.

The OS X serial port is available on the downloads page.

Jun 8

It’s been about a week now since I decided to upgrade my server and I have just now finally gotten it back online.  The good news is that the server is faster and has more space.  The bad news, the drive that the site was stored on crashed and I lost the entire thing :(

I now have the site stored on a set of Raid disks so that I wont lose it ever again.  I’ll try to get the most important stuff posted again in the next few days.