i need to read the temperature filtered from this sensor " PhyrominiUSB CALEX"
i used this functions but i can't :
Status = Initialize_FTD2XX_NET ();
FTD2XX_NET_FTDI__Create (&handle, 0);
FTD2XX_NET_FTDI_Get_IsOpen (handle,&ret , 0);
FTD2XX_NET_FTDI_Read (handle, DataBuffer, 10, byteToread, sizeof(DataBuffer), &Value, 0);
Status_close = Close_FTD2XX_NET ();