wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
69 stars 10 forks source link

Attiny85 SoftwareSerial monitor output not working #802

Open JesFo opened 2 weeks ago

JesFo commented 2 weeks ago

Describe the bug The SerialMonitor output is not working with SoftwareSerial.h in an attiny85 project. Same code works on other boards. The Attiny85 SoftwareSerial example project has no output either, even when the code has print() calls.

To Reproduce Follow the guide for Attiny85 + Software serial here, and/or the example project mentioned above.

Expected behavior Serial monitor should have output from print() or println() calls, but nithing is shown.

Environment (please complete the following information):