8000 ESP32-C3-DevKit-RUST-1 - Serial RX, TX not defined, so the serial monitoring does not work · Issue #42 · wokwi/wokwi-boards · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ESP32-C3-DevKit-RUST-1 - Serial RX, TX not defined, so the serial monitoring does not work #42
Closed
@georgik

Description

@georgik

The definition of Rust board: https://github.com/wokwi/wokwi-boards/blob/main/boards/esp32-c3-rust-1/board.json
does not contain RX and TX definition.

While template generated by wokwi-cli init for the board contains this reference:

{
  "version": 1,
  "editor": "wokwi",
  "parts": [
    {
      "type": "board-esp32-c3-rust-1",
      "id": "esp"
    }
  ],
  "connections": [
    [
      "esp:TX",
      "$serialMonitor:RX",
      ""
    ],
    [
      "esp:RX",
      "$serialMonitor:TX",
      ""
    ]
  ]
}

Workaround:

  "connections": [
    [ "esp:21", "$serialMonitor:RX", "", [] ],
    [ "esp:20", "$serialMonitor:TX", "", [] ]
  ],

@SergioGasquez What would be proper solution? Should be the definition of the board updated, or should be the template from wokwi-cli init updated.

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

      0