Skip to content

Wokwi for VS Code: virtual serial port terminal since version 2.1.0 does not show input (serial monitor) #698

Closed
@dhebbeker

Description

@dhebbeker

Describe the bug

The Wokwi for VS Code extension uses VS Code's build-in terminal since the version 2.1.0.

With that terminal users can not see what they are writing to the serial port. Writing works: One can write "blindly", press enter and it is sent. But it is cumbersome to write s.th. blindly. The previous version had an extra field where one could write a message before it was sent to the serial port.

Screenshot of the old version

pre 2.1.0

Note the field with orange border and white background where one could enter a message.

Screenshot of new version

since 2.1.0

Note that such an input line is missing. If the cursor is set into that terminal panel, one can write. But nothing is shown.

To Reproduce

  1. Install the VS Code extension version 2.1.0 or newer
  2. Start any Wokwi project with the VS Code extension which accepts input via serial port.
  3. Try to type some message to the serial port. It is not displayed.
  4. Press ENTER or RETURN and the message will be sent.

Expected behavior

One can see the typed message, and be able to modify it before sending.

Environment

  • OS: Ubuntu and Windows 11
  • VS Code 1.85.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions