in data 12-15-2015 02:49 PM
HI, i'm a beginner, i have a Stm32f401 nucleo board connected to my pc with a USB cable type A to mini-B, can i comunicate with this board with LabView?
can i read in LabView signals from this board? (like the pressure of the button that i have on my board, and can i count it?)
have i to install some drivers, or something else ?
THanks for the attention.
Risolto Andare alla soluzione.
in data 12-15-2015 06:29 PM
in data 12-16-2015 04:24 AM
Hello,
unfortunately there is not a special LabVIEW driver for this ST board.
Anyway, if you just need to read informations like the counting of the button and you want to send command to the board, you could connect the board via serial port to the PC and with LabVIEW you could read the boolean value on the port. This is done using VISA driver, which allows you to communicate with third parts components using LabVIEW.
Hope my answer will help you.
Regards.
in data 12-16-2015 01:26 PM
Thanks you all for the answer,
i found the Stm32f401 drivers on the internet and i have installed them. now my question is, how can i find the inputs from my board on Labview?
if i put on the block diagram a 'VISA read' block, why in my front panel i don't see anything (red arrow in the image)? what have i to do to see and acquire the input from my board on Labview?
Thanks you very much again. Regards
in data 12-16-2015 01:54 PM
in data 12-17-2015 02:01 AM
Hi Davide,
as you can see in MAX you don't have NI VISA installed. In order to use it, you have to install it first.
http://www.ni.com/download/ni-visa-15.0.1/5693/en/
This link can help you.
Regards.
in data 12-18-2015 08:20 AM
thank you very much for the help.
Regards and have a nice day.