Wednesday, October 29th, 2008
Since I've been using the newer Visual Studios (starting with VS.Net 2003) an annoying issue has been how it copies code into the clipboard. See, I'm an avid fan of the Dark Side of Visual Studio and have been ever since I came across it in the Borland IDE years ...
Posted in Windows Programming | No Comments »
Monday, January 28th, 2008
I found myself working with C# and reading data frames from the serial port. Specifically, I'm attempting to read BACnet MS/TP data frames from a USB to RS-485 converter.
I determined that my task list was as follows:
Enumerate the available COM ports.
Open the desired COM port at the desired baud rate.
Read ...
Posted in BACnet, Windows Programming | 12 Comments »