LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

COMM Port not recognised by VISA after CCS recomplile using MSP430

Hello,

 

I'm currently working with the TI MSP430, I've programmed it to write data via serial UART. I've written a LabVIEW script to read in the serial data using VISA. Occationally when I make changes in the code for the MSP the Code Composer Studio (CCS) doesn't find the MSP and it needs to be unplugged from the USB and plugged back in to update the changes. However once this has been done LabVIEW can't find the resource and I need to restart my machine in order for it to work.

 

I'm not sure if this is a LabVIEW issue or CCS issues (posting in their forum also).

 

I'm wondering if anyone else has had this problem with serial ports and if there is anything I can do to prevent it from happening? Restarting my machine several times a day is not ideal.

 

Thanks, Tash

0 Kudos
Message 1 of 4
(2,860 Views)

Do you have a real serial port or are you using a USB-RS232 adapter?

 

0 Kudos
Message 2 of 4
(2,847 Views)

It's not a real serial port. I'm using the USB adapter on the MSP430 launch pad.

0 Kudos
Message 3 of 4
(2,843 Views)

Make sure your USB ports are not set for power saving.

 

Make sure that your microcontroller code is not leaving the serial port open.

 

0 Kudos
Message 4 of 4
(2,836 Views)