Skip to content

Arbitrary HardwareSerials (Serial1, Serial2, ..) for Arduino Mega 2560 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

mararn1618
Copy link

Hi Guys,

The original library allows only "Serial" as a Hardware Serial. As I am working with an ATMega 2560, I rather want to use Serial1 or Serial2.

Notes:

  • extended begin() with an optional parameter for HardwareSerial (defaulted to "Serial").
  • begin() signature still compatible with previous library versions
  • will compile for boards without Serial1,-2,-3

Thanks for the great library!

Regards
Markus

…ndated strings

 - Added buffer between ESP8266Client and ESP8266
 - Added initial truncation of AT commands in read buffer
… {0, 1} is confused with response from CIPSTATUS {esp8266._status.stat = 2,3,4,5,...}

 - ESP8266Client::connected() misinterprets CIPStatus 3 as not connected / no ip => not true
Sign up for free to 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.

1 participant