Clion Platformio Serial Monitor

The current arduino development workflow in CLion with serial monitor looks like:

  1. Make code changes
  2. Upload firmware
  3. Connect serial monitor
  4. Test stuff you wrote
  5. Disconnect serial monitor.
  6. Go to 1
Clion platformio serial monitor power cord

Clion Platformio Serial Monitor Software

The 3rd and 6th items are very annoying but necessary because serial monitor and firmware upload tool (avrdude) cannot use the port simultaneously (can they?). It would be good if those steps could be done automatically. However I'm not sure if it's can be done solely in serial monitor, probably it requires cooperation between serial monitor, CLion and platformio developers.

Clion Platformio Serial Monitor Power Cord

Hi, I am new to PlatformIO running on WIN7. I complied and uploaded a sketch using Serial.println(“Hello World”) on an Aduino UNO board. The serial monitor window does not display any output. The serial monitor setup detects the correct comm port and the baud rate is also set correct. Compiling and uploading the same sketch in the Arduino IDE shows the Arduino serial monitor working fine. Monitorport ¶ Type: String Multiple: No. Port, a number or a device name, or valid URL Handlers. See pio device monitor-port. To print all available serial ports please use pio device list command. Please note that you can use Unix shell-style wildcards.

Clion Platformio Serial Monitor

Comments (11)