Skip to content

serialEvent1, serialEvent2, serialEvent3 don't work in Arduino IDE 1.5.2 #1367

@A3DMR

Description

@A3DMR

With 1.5.2 there is serielEvent problem in the core.
by adding this code:

void serialEventRun(void) {
if (Serial.available()) serialEvent();
}
works for serial but don't work for serialEvent1,2,3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: CoreRelated to the code for the standard Arduino APIType: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions