Viewing the .net Debug Log using DbgView

Every day is a learning day, and today I needed some way for my client to view the debug log for the Debug Version of an Application I created to test a piece of hardware which was acting up. After a little searching around I came across the Microsoft Sysinternals DebugView application; http://technet.microsoft.com/en-us/sysinternals/bb896647 Microsoft describe [...]

Freeing up Reserved / Allocated Serial ports

In my line of work, I spend a lot of time interfacing to devices using a Serial (RS232) connection. This often necessitates the use of USB to Serial port converters. A frustrating issue I often come up against is that, each time a new one of these converters is attached, or indeed an existing to [...]

By |2017-07-24T08:33:17+01:00June 13th, 2014|Development, Hardware, Serial Ports, Tips, Windows|0 Comments