My Application builds but nothing gets printed over the console?

I have a successful build over my i2c application but, I do not get any text output on the console. So, to check I tried to build a new hello world project and run it but i do not get any output the that scenario either. I also tried to test a blinky project and that makes the led blink but when try to print something using that project nothing happens.

here's the console. 

Parents
  • Which board are you using? A DK?

    The settings in the image below should normally work, so you may use these going forward.

    I see that you try connecting to COM4. Have you tried connecting to any of the other COM ports? The other COM ports should also show up under Connected devices in VS Code like in the example image below.

    Connect to the COM port of choice by hovering and clicking on the icon to the right (as you probably did when you connected to COM4).

Reply
  • Which board are you using? A DK?

    The settings in the image below should normally work, so you may use these going forward.

    I see that you try connecting to COM4. Have you tried connecting to any of the other COM ports? The other COM ports should also show up under Connected devices in VS Code like in the example image below.

    Connect to the COM port of choice by hovering and clicking on the icon to the right (as you probably did when you connected to COM4).

Children
No Data
Related