Skip to content

Conversation

@toomasz
Copy link
Contributor

@toomasztoomasz commented Dec 20, 2018

  • This method will be useful for libraries that attempt to find current baud rate of device connected via Serial, for example GSM modems
  • Please be aware that some garbage on Serial may occur(an most of times it does) after baud rate is changed

Fixes:
#441


voidbegin(unsignedlong baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false, unsignedlong timeout_ms = 20000UL);
voidend();
voidupdateBaudRate(unsignedlong baud);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra tab?

@me-no-dev
Copy link
Member

One comment on style :) please fix and I will merge. I have an idea for the bad char.

@toomasz
Copy link
ContributorAuthor

@me-no-dev done

@me-no-devme-no-dev merged commit 5af139b into espressif:masterDec 23, 2018
@me-no-dev
Copy link
Member

Thanks :)

@toomasz
Copy link
ContributorAuthor

No problem, could you close #441 also?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@toomasz@me-no-dev