Help me with ftd problem

Status
Not open for further replies.

ramiz

Newbie level 2
Joined
Oct 11, 2004
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
13
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
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…