This extension installs a set of project templates for Visual Studio 2019 that facilitate creation of ASCOM local server drivers and test applications. The templates contain all interface members and compile cleanly out of the box.
The installed templates create drivers that implement the ASCOM Platform 7 interfaces and you must have Platform 7 installed on your development machine in order for the templates to compile.
Latest Changes
Removed redundant frmMain form from the local server that caused a minimised window with no functionality to appear.
Improved Connect(), Disconnect() and Connecting members to operate correctly with the Connected property. This also gives a clean Conform Universal test out of the box.
Earlier Changes
Fixed a logic error in the HardwareClass.Disconnct method.
Added further notes on how to customise the hardware class when implementing the driver.