You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: