This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I link to Nat Inst Libraries?

How can I use analysis functions in the LabWindows/CVI libraries? Is there an option in the Keil IDE to link to this library so that I can use these functions in my 8051 project?

Parents
  • "How can I use analysis functions in the LabWindows/CVI libraries?"

    Won't they be 32-bit, MS-Windows, x86, PC libraries?

    But you can easily get an 8051 to communicate with a PC over an RS-232 asynchronous serial link - you'd then just need to read your LabWindows Manuals to determine the required formats/protocol...

Reply
  • "How can I use analysis functions in the LabWindows/CVI libraries?"

    Won't they be 32-bit, MS-Windows, x86, PC libraries?

    But you can easily get an 8051 to communicate with a PC over an RS-232 asynchronous serial link - you'd then just need to read your LabWindows Manuals to determine the required formats/protocol...

Children