07-15-2019 08:07 AM
Bonjour à tous,
Je réalise un projet à l'aide d'un Arduino UNO, et je dois utiliser le logiciel LabWindows CVI que je n'est encore jamais utilisé.
Je souhaite lire les valeurs analogiques qui arrivent sur les pins A0,A1,... de mon Arduino pour ensuite les afficher graphiquement sur l'interface du logiciel.
J'ai vu sur différent forum que la communication devait se faire avec la library RS232 afin de communiquer avec l'Arduino, mais je ne vois pas comment cibler la pin de l'Arduino que je veux lire.
Quelqu'un aurait-il une solution à me proposer?
Cordialement,
Vincent.
07-16-2019 12:31 PM
I have the same project and the same problem
If you find any solution please post it here !
07-26-2019 10:42 AM
Hi ! Did you check this post: https://forums.ni.com/t5/LabWindows-CVI/Controlling-Arduino-with-LabWindows/td-p/2851140?profile.lan... they talk about how to control the arduino using the RS232
Also, if you go to the following path, C:\Users\Public\Documents\National Instruments\CVI2017\samples\rs232 you would find examples of how to use the library.