LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Com Port not showing up in LabVIEW

When I used PuTTY, I was able to output numbers like in the serial monitor of the arduino IDE. 

0 Kudos
Message 11 of 14
(998 Views)

@jamiem638 wrote:

When I used PuTTY, I was able to output numbers like in the serial monitor of the arduino IDE. 


Thanks a lot.  Now I'm even more stumped.  😄

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 14
(993 Views)

I also have a similar problem with a com port that was working yesterday, but today its not showing up in NI Max. It is on my device manager, and I can Tera Term into it and communicate with it normally.  Any suggestions on what to do next?  Simple PC restart didn't help. 

0 Kudos
Message 13 of 14
(779 Views)

Detecting the available serial ports is tricky. NI-VISA uses a different approach than my serial port library. Both (NI-VISA and lvserial) are not detecting all serial ports, but I feel that the enumation of the registry works slightly better than NI-VISA.

Anyway, opening and using a serial port is a totally diffent thing. Have you tried to open the serial port (the COM4 ?). If there is no explicit check against "found serial ports" in NI-VISA, this should work without hassle.

 

 

0 Kudos
Message 14 of 14
(759 Views)