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

SoftwareSerial invers logic doesn´t work with Seeduino XIAO #10884

Closed
Flying-Bolt opened this issue Oct 23, 2020 · 1 comment
Closed

SoftwareSerial invers logic doesn´t work with Seeduino XIAO #10884

Flying-Bolt opened this issue Oct 23, 2020 · 1 comment
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug

Comments

@Flying-Bolt
Copy link

Flying-Bolt commented Oct 23, 2020

SoftwareSerial invers logic doesn´t work with Seeduino XIAO in single wire mode (Half Duplex)

#include <SoftwareSerial.h>

const byte rxPin = 0;
const byte txPin = 0;
SoftwareSerial mySerial (rxPin, txPin, true);

no signal on PIN 0

@Flying-Bolt Flying-Bolt changed the title SoftwareSerial invers logic doesn´t with Seeduino XIAO SoftwareSerial invers logic doesn´t work with Seeduino XIAO Oct 23, 2020
@per1234
Copy link
Collaborator

per1234 commented Oct 24, 2020

This issue tracker is only for bug reports and feature requests related to the official Arduino projects. The boards platform of your Seeeduino XIAO is a 3rd party project maintained by Seeed Studio:
https://github.com/Seeed-Studio/ArduinoCore-samd
so bug reports about it are off topic here.

UPDATE: Flying-Bolt has reported this in the more appropriate Seeed-Studio/ArduinoCore-samd#36, but also made additional off-topic issue reports at arduino/ArduinoCore-samd#568 and PaulStoffregen/SoftwareSerial#11

@per1234 per1234 closed this as completed Oct 24, 2020
@per1234 per1234 added the Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug label Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug
Projects
None yet
Development

No branches or pull requests

2 participants