wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

Attiny85 SoftwareSerial monitor output not working

Open JesFo opened this issue 8 months ago • 0 comments

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):

  • OS: Windows 10
  • Browser: Edge
  • Version: 125.0.2535.85 (Official build) (64-bit)

JesFo avatar Jun 12 '24 05:06 JesFo