04-18-2022 03:17 AM
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
04-18-2022 03:10 PM
@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?
.
04-18-2022 03:32 PM
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).