Skip to content

Fixed software serial library inspired by .org #397

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

agdl
Copy link
Member

@agdl agdl commented Mar 29, 2019

Hi guys, I fixed the Software Serial library for SAMD boards .org guys made here
https://github.com/arduino-org/Arduino/tree/master/hardware/arduino/samd/libraries/SoftwareSerial

It works fine at 9600 with different boards.

Feedback and improvements will be very welcome :)

* RX is digital pin 10 (connect to TX of other device)
* TX is digital pin 11 (connect to RX of other device)

Note:
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest removing the comments about the allowed pins on the AVR boards on lines 11-19, since it's not relevant here.

* First serial device's TX attached to digital pin 10(RX), RX to pin 11(TX)
* Second serial device's TX attached to digital pin 8(RX), RX to pin 9(TX)

Note:
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest removing the comments about the allowed pins on the AVR boards on lines 19-27, since it's not relevant here.





Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change





Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

per1234 and others added 6 commits April 1, 2019 11:06
…reSerialExample.ino

Co-Authored-By: agdl <a.guadalupi@arduino.cc>
…e.ino

Co-Authored-By: agdl <a.guadalupi@arduino.cc>
…e.ino

Co-Authored-By: agdl <a.guadalupi@arduino.cc>
Co-Authored-By: agdl <a.guadalupi@arduino.cc>
…e.ino

Co-Authored-By: agdl <a.guadalupi@arduino.cc>
Co-Authored-By: agdl <a.guadalupi@arduino.cc>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ per1234
❌ agdl
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

3 participants