LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

read temperature from a PhyroMiniUSB CALEX

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 ();

0 Kudos
Message 1 of 1
(809 Views)