11-30-2011 05:18 AM - edited 11-30-2011 05:19 AM
Hi,reading the forum I saw that there is NI wizard to allow communication with USB third part like my PIC24 starter kit board.
So I created my USB driver and I correctly have my board recognized from my Windows XP in Devices Managments when I attach the board to the PC. The Problem is that My MAX cant recognize the Board in devices interfaces tree so I cant communicate with it to send simple data byte.
I already have a Driver in Visual C++ and it uses Windows API to communicate with my board. The problem is that I dont want to create DLL from this piece of code to make Labview interfacing with it because NI Wizard driver should sit for this purpose.
Did anyone face this problem, Why My XP recognized the board and The MAx doesnt do it so i cant use VISA library?
Hope an help
12-01-2011
10:14 AM
- last edited on
10-30-2025
12:46 PM
by
Content Cleaner
Hello NICOLESKY,
Have you tried creating this device in MAX? You can create the device by going Devices and Interfaces --> Create New. Does it show up in the list of hardware?
Once you create your device in MAX, you must create a task for the device. Please refer to the Getting Started with NI-DAQmx: Measurement & Automation Explorer (MAX) Functionality tutorial (linked below). This explains how to create a task for a device.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGfDCAW&l=en-US
Let me know if it works for you!
12-01-2011
10:19 AM
- last edited on
10-30-2025
12:46 PM
by
Content Cleaner
Hello NICOLESKY,
Have you tried creating this device in MAX? You can create the device by going Devices and Interfaces --> Create New. Does it show up in the list of hardware?
Once you create your device in MAX, you must create a task for the device. Please refer to the Getting Started with NI-DAQmx: Measurement & Automation Explorer (MAX) Functionality tutorial (linked below). This explains how to create a task for a device.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGfDCAW&l=en-US
Let me know if it works for you!