Read serial monitor
tinkercad_read_serialRetrieve serial monitor text from a Tinkercad Circuits simulation, waiting a set time before reading so the Arduino sketch can print its output.
Instructions
Read text currently shown in the Circuits serial monitor.
Args:
wait_ms (number, default 1500): Delay before reading so the sketch can print
response_format
The Code panel is opened if needed. Empty output usually means the sketch never called Serial.begin / Serial.println, or simulation is stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_ms | No | How long to wait for serial output before reading | |
| response_format | No | Output format: markdown for humans, json for machine processing | markdown |