Programming USB modules
Thanks to plug & play, our modules work without any major configuration effort. Only the module ID and module number are required to open the module. The module number is always 0 by default.
This only needs to be adjusted using the ICT-Tool if several modules from the same series are used.
In the following example, the USB module is opened:uint ModulID = 14; (s. delib.h)
uint ModulNr = 0;
handle = DapiOpenModule(ModulID, ModulNr);