I was looking at a example program from ST Microelectronics. It has a title something like LL Uart RX IT and it is I believe set up to use the STM Link on the Nucleo Board as a Virtual Com Port. I compile the program and in Debug I start running the program. I then look for the com port using windows device manager. Unfortunately, I can not find any comports listed. I also see a ST Link in the device manager but it does not show it as a comport.
It does say to make in the readme file that you should make sure the virtual com port is enabled.
I think it is enabled by default. Thanks.
Any unknown lost devices?
You installed the device drivers off the mbed site? What version of Windows?
Thank You Clive. I thought maybe I did not need to run the windows driver installation since I have been debugging the board inside Keil. But I went ahead and dowloaded the STLINK driver download and installed the amd64 version. This did fix the problem and now I was able to run the example test.
Gary