Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SERIAL MONITOR can't print Hex 0x0D or 13 #243141

Open
qdzqm opened this issue Mar 11, 2025 · 3 comments
Open

SERIAL MONITOR can't print Hex 0x0D or 13 #243141

qdzqm opened this issue Mar 11, 2025 · 3 comments
Assignees

Comments

@qdzqm
Copy link

qdzqm commented Mar 11, 2025

Type: Bug

I tried with the arduino code as below:
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}

void loop() {
// put your main code here, to run repeatedly:
Serial.write(0x0C);Serial.write(0x0D);Serial.write(0x0E);
delay(500);
}
The other serial monitor can see the correct thing, but the serial monitor of VSCode can't print 0x0D, it just 'eat' it, and output 0c 0e 0c 0e......

VS Code version: Code 1.97.2 (e54c774, 2025-02-12T23:20:35.343Z)
OS version: Windows_NT x64 10.0.19045
Modes:

Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.98.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@qdzqm
Copy link
Author

qdzqm commented Mar 11, 2025

Thanks for reply. I just tried the latest version (1.98.1), it's the same as before.

@IllusionMH
Copy link
Contributor

Looks like issue with the extension you use to interact with arduino.

Are there steps to reproduce without that extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants