Skip to content

printf() doesnt produce any output #491

Closed
@pastcompute

Description

@pastcompute

Using a very simple program Serial.begin(); Serial.println("Hello World"); works, but Serial.begin(); printf("Hello, world\n"); produces no output.

I had a look at the code, printf() ends up calling ets_vprintf so I assume that that call is not working either.

I haven't done anything unusual yet, just an ESP201 module.

Is there some (undocumented) call to enable mixing of ets_printf with Serial? I know when using the SDK there is some trickery involved in making a workable printf function on the uart in various cases...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions