Skip to content

Feature request : Add parseHex() to serial library #134

Open
@rnbokade

Description

@rnbokade

It will be very useful when we want to pass hexadecimal values through the serial monitor. Could be easily implemented using sscanf with "%2" in the background over temporary buffer of next 2 valid hexadecimal ASCII characters

Activity

transferred this issue fromarduino/Arduinoon Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @rnbokade

        Issue actions

          Feature request : Add parseHex() to serial library · Issue #134 · arduino/ArduinoCore-API