Device Discovery with the UL for .NET

Detecting and creating devices

The DaqDeviceManager class includes members for detecting and creating USB, Bluetooth, and Ethernet devices within the Universal Library without running InstaCal.

Retrieving and setting device configuration options

The cBoardConfig Class contains members for retrieving and setting board-level configuration. You access the methods in this class using the BoardConfig property. Before calling any configuration method, you must first create an instance of an MccBoard object. If the default configuration is not adequate for your application, and you aren't using InstaCal for board configuration, then you'll need to use these features to change the configuration.

Example programs

The following example programs demonstrate how to detect USB, Bluetooth or Ethernet devices:

Universal Library example programs are installed by default when you install the UL software.