Skip to content
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

Using SoftwareSerial withOneWire (RX=TX Pin) option on XIAO from SEEED but it do work #11

Open
Flying-Bolt opened this issue Oct 23, 2020 · 0 comments

Comments

@Flying-Bolt
Copy link

I am using the softwareserial library with RX=TX for Pin 0 on XIAO Seeed but I get no output signal. When I am spliting the RX / TX on PIN 0 and PIN 2 e.g. it works as expected.

//RX=TX
#include <SoftwareSerial.h>

SoftwareSerial mySerial(0, 0, true); // RX, TX, true =inverted

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

No branches or pull requests

1 participant