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

Platformio serial monitor not displaying output #110

Open
KirillMcQ opened this issue Nov 23, 2023 · 1 comment
Open

Platformio serial monitor not displaying output #110

KirillMcQ opened this issue Nov 23, 2023 · 1 comment

Comments

@KirillMcQ
Copy link

I have a Teensy 4.1 hooked up to a Windows laptop, and when I upload some code that prints to the serial monitor, nothing is outputted.

Here is my platformio.ini:

[env:teensy41]
platform = teensy
board = teensy41
framework = arduino
lib_deps = 
	adafruit/Adafruit MPU6050@^2.2.6
	adafruit/Adafruit BMP280 Library@^2.6.8
monitor_speed = 115200

I added the monitor_speed because that is the speed my program uses. Any tips?

@PaulStoffregen
Copy link

Have you tried your code, or even a very simple "hello world" program, with Arduino IDE 2.2.1 using Teensy installed from Boards Manager? If printing also fails with Arduino IDE, perhaps try with a different computer and/or different Teensy board. If printing works in Arduino IDE but not with PlatformIO, then you can at least confirm the Teensy and Windows drivers are working properly before trying to solve the issue with PlatformIO.

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

No branches or pull requests

2 participants