Skip to content
Snippets Groups Projects
  • Sergi Hernandez's avatar
    8b56cc41
    Solved a problem when multiple processes using the FTDIServer were executed... · 8b56cc41
    Sergi Hernandez authored
    Solved a problem when multiple processes using the FTDIServer were executed concurrently. The information returnes by the FT_GetDeviceInfoList() function was incomplete and generated errors.
    Now the bus is rescaned at random intervals when there are such conditions to refresh the device list.
    
    Solved a problem when the FTDI device could not be properly opened. The device was not destroyed and therefore the internal resources were not freed, which make it impossible to create the device 
    classes again (the events were not properly removed from the server).
    
    
    8b56cc41
    History
    Solved a problem when multiple processes using the FTDIServer were executed...
    Sergi Hernandez authored
    Solved a problem when multiple processes using the FTDIServer were executed concurrently. The information returnes by the FT_GetDeviceInfoList() function was incomplete and generated errors.
    Now the bus is rescaned at random intervals when there are such conditions to refresh the device list.
    
    Solved a problem when the FTDI device could not be properly opened. The device was not destroyed and therefore the internal resources were not freed, which make it impossible to create the device 
    classes again (the events were not properly removed from the server).