Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top