blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

The console closes after launching when trying to connect the device via USB. #401

Closed Refenz closed 1 year ago

Refenz commented 6 years ago

Blynk library version: 0.5.1 IDE: Arduino IDE version: 1.8.4 and 1.8.0 Board type: Arduino Nano and ESP8266 Additional modules: Win 8.1 x64 and 10 x86

Scenario, steps to reproduce

Use sketch: Arduino_SoftwareSerial 1)Open "Tools" tab 2)Click: "Blynk: Run USB script"

Expected Result

The console opens and the device connects to the server.

Actual Result

The console opens and closes immediately. Device does not connect to the server.

vshymanskyy commented 6 years ago

@Refenz please check v0.5.2 . Should work now

Refenz commented 6 years ago

@vshymanskyy v0.5.2. Still the same.