Skip to main content
ABeau.1
Associate
November 3, 2020
Question

COM Port Terminal Debug Gone in Windows 10

  • November 3, 2020
  • 1 reply
  • 2040 views

0693W000005AG0gQAG.png(After installing the virtual com port, cannot access)

0693W000005AG10QAG.png(Current visual with the recognized STM32 link Ukeil and other tools recognize)

I used to see com ports via the device manager in windows 10. I've installed the Link 009 drivers for stm32 boards and I get the original virtual port I'm used to in Windows 8 however it has an error code 10 that the device cannot be used. I've looked through 5 tutorials and nothing is helping. Windows 10 seems to eliminate the COM ports and there's no way to recognize the board through these so I can use a terminal debug window. I really need to printf debug items and I need to get the Com ports working again.

This topic has been closed for replies.

1 reply

Technical Moderator
November 3, 2020

Hello @ABeau.1​ ,

Please follow this article USB device not recognized, with the solution is to increase the heap size, or configure the USB library to use static allocation.

Then, keep me informed if this resolved your issue or not.

Please select my answer as Best if it fully answered your question, so that this thread will marked as solved.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
ABeau.1
ABeau.1Author
Associate
November 3, 2020

I followed the article and it didn't change anything.