Skip to content
  • Carles Pina i Estany's avatar
    Adds FTD2XX_NET.cs file to be used on Windows (to read serial numbers from the USB devices). · f316855a
    Carles Pina i Estany authored
    To be used:
    a) this file does: hFTD2XXDLL = LoadLibrary(@"FTD2XX.DLL"); so the
    FTD2XX.DLL file should be in the same directory as chronojump.exe. This
    has already been done in a previous commit for the deployment time
    (package) on Windows. If developing the file might need to be copied to
    the chronojump.exe directory.
    
    b) Create the object doing, for example:
    	FTD2XX_NET.FTDI ftdi = new FTD2XX_NET.FTDI ();
    f316855a