LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MCP2210 dll in labview

Hi,

 

I am trying to read serial number of MCP2210 using dll and .net.

 

Using dll: The LabVIEW crashes.

Using .net: Handle and SerialStr are inputs in form of pointers which I am not sure of what to pass.

I need help with reading the serial number.

 

Thanks in advance!

VR

0 Kudos
Message 1 of 3
(1,028 Views)

@vrbhavz wrote:

Hi,

 

I am trying to read serial number of MCP2210 using dll and .net.

 

Using dll: The LabVIEW crashes.

Using .net: Handle and SerialStr are inputs in form of pointers which I am not sure of what to pass.

I need help with reading the serial number.

 

Thanks in advance!

VR


Where are your VIs showing the work that you have done?

 

.

0 Kudos
Message 2 of 3
(987 Views)

And mention where you got the DLL from and what bitness you are trying to use this for. If you try to use 64-bit LabVIEW your main problem likely is that all the VIs out there were developed for 32-bit LabVIEW and did not care about 64-bit compatibility (or were created in a version before LabVIEW 2009 which was the first to be available as 64-bit version).

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 3
(982 Views)