ramiz
Newbie level 2
ft_getdeviceinfo c#
help me in that plzzz
i want to use GetDeviceInfo with c# is that code true ????
[DllImport("ftd2xx.dll")]
static extern unsafe FT_STATUS FT_GetDeviceInfo(ref FT_HANDLE ftHandle,ref string pftType,out uint lpdwID,ref char pcSerialNumber,ref char pcDescription,IntPtr pvDummy);
i want to make it like i make Open and it is work fine i make it like that
[DllImport("ftd2xx.dll")]
static extern FT_STATUS FT_Open(UInt32 uiPort,ref FT_HANDLE ftHandle);
plz help me thnx for ur help
help me in that plzzz
i want to use GetDeviceInfo with c# is that code true ????
[DllImport("ftd2xx.dll")]
static extern unsafe FT_STATUS FT_GetDeviceInfo(ref FT_HANDLE ftHandle,ref string pftType,out uint lpdwID,ref char pcSerialNumber,ref char pcDescription,IntPtr pvDummy);
i want to make it like i make Open and it is work fine i make it like that
[DllImport("ftd2xx.dll")]
static extern FT_STATUS FT_Open(UInt32 uiPort,ref FT_HANDLE ftHandle);
plz help me thnx for ur help