ASCOM Dome Driver (VB)



You have just created the skeleton of an ASCOM Dome driver in VB. It produces an in-process (assembly) based driver.


Prior to developing your first driver, please familiarize yourself with the developer information we've provided at the ASCOM Initiative web site (internet required).

These instructions are based on developing using the Visual Basic Express version of the Developer Studio. If you have the full version things will be slightly different.

You must do the following in order to complete your implementation:

  1. Switch to the Debug configuration and build the project. It should build without errors.

  2. Add a test project to the solution. There are templates that can be used to add either a console or Windows Forms application:

  1. Open the Driver.vb file and go through the empty properties and methods, adding code to make them work. See the ASCOM Dome spec. Add code in the test application to exercise and test each property or method.

  2. Customize the Setup Dialog (SetupDialogForm) to provide the settings and other controls for your driver.

  3. Use Conform to check that your driver fully implements the protocol. With the full version of Visual Studio it's possible to set the driver properties to run Conform in the debug – Start Options section. Conform must be set to run as 32 bits. This isn't possible with the Express versions.

Notes:



ASCOM Initiative



The ASCOM Initiative consists of a group of astronomy software developers and instrument vendors whose goals are to promote the driver/client model and scripting automation.

See the ASCOM web site for more information. Please participate in the ASCOM-Talk Groups.IO forum.