Skip to content

Platformio serial monitor not displaying output #110

@KirillMcQ

Description

@KirillMcQ

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions