03-12-2015 06:39 AM
Hello all,
So, I have an MSP430G2553 LaunchPad and I want to be able to send it data to Labview via USB using UART.
What have I done in the MSP430G2553 ?
Well I have written code that whenever I push a button on the LaunchPad it send I text trough USB using UART. Using a program on my PC that monitors my serial port, I can confirm that whenever I press the button the text comes to the PC. I was also able to send commands from the monitor (it has a "send command" field) to the MSP430. So the connection works fine, between LaunchPad and PC.
What have I done in Labview?
On the attached file "Labview_MSP430.JPG" you can see my code. Whenever I click on the "VISA resource name" there is no COM. It only says "Refresh", and even when I click it nothing happens. As you can see in the file "Device_Manager.JPG" the PC can see my MSP430 device in COM3.
So my question is, what do I need to do so Labview can see my COM3/MSP430G3553 device? And then, is my code correct so it can read the serial port?
Solved! Go to Solution.
03-12-2015 08:12 AM
03-12-2015 09:47 AM
@Dennis_Knutson wrote:
What matters is whether the com port is visible in MAX (Measurement and Automation Explorer) and for the port to be visible, you must install NI-VISA.
Hello Dennis_Knuston,
NI-VISA fixed everything, tnx so much 😄
Also tnx for the tips in the code, works like a gem ^^!
sincerely,
Metalzero2