No Data on Serial Terminals

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
eaglex
 
Posts: 6
Joined: Thu Jun 18, 2020 2:53 am

No Data on Serial Terminals

Post by eaglex »

Hello,

I am working on a project with a Feather M0 Wifi and using Visual Studio Code (Arduino Extension) for programming. Opening the serial monitor in VS Code, I do not get any data (using Serial.print()) from the Feather, however, using the Arduino IDE built-in serial monitor, data is received as expected. I tried hterm as another serial terminal, but it also does not receive anything from the Feather board.
Weird thing is when I upload the exact same code to a Sparkfun Redboard Turbo, I get the data over all serial monitors (Arduino IDE, VS Code, hterm) as expected.
My settings are baud rate 115200, 8-N-1 for the serial communication.

Am I missing something that needs to be set up for the Feather, which the Arduino IDE does by default?

Thanks!

User avatar
eaglex
 
Posts: 6
Joined: Thu Jun 18, 2020 2:53 am

Re: No Data on Serial Terminals

Post by eaglex »

Solved the issue:
DTR for resetting the board does not work properly. Dowgrading VS Code Arduino extension to 0.3.0 solved the issue.
See https://github.com/microsoft/vscode-arduino/issues/1063

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: No Data on Serial Terminals

Post by adafruit_support_bill »

Good to hear you found the solution. Thanks for the update.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”