LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial communication between labview and STM 32 Nucleo F401RE board

Dear labview community,

I am trying to connect labview and STM 32 nucleo f401re board for motor speed controlling application. i tried with DAQmx and NI VISA and still facing issues. what are the other possibilities to achieve the same ?

 

Best Regards
Shruthi

0 Kudos
Message 1 of 4
(75 Views)

How are you programming the STM32 to communicate? You need both sides to agree on the protocol.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(42 Views)

Thanks for your reply. i have attached my code below. As i am new to programming i am not sure how to change the code !
Regards,
Shruthi

0 Kudos
Message 3 of 4
(21 Views)

That's NOT your code. That is the STM default template with a skeleton program that only initializes the resources but does nothing useful otherwise.

 

You have several places in that code that say USER CODE BEGIN and USER CODE END and that is where you have to place YOUR code. We can't do that for you.

 

1) We do not have your hardware and don't know what you want to do with it

2) We are not a work for free consultation office

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(9 Views)