Skip to content

[ACELL03] Examples cannot be in headless mode without Serial #20

@aliphys

Description

@aliphys

The Serial monitor, together with the .setDebugStream(Serial) option provided in the Arduino_Cellular library, provides additional information on the sketch as it is executed. This can be useful for understanding/debugging the sketch by users without relying on an external JTAG interface.

Given that the Arduino_Cellular library is designed to be used with the Portenta C33/H7 (See #18) as a standalone device, the examples should also be usable in headless mode (with the while (!Serial); line commented). To this end, LED indicators (e.g. digitalWrite(LRED, HIGH)) should be used on the following sketches.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions