Closed Flying-Bolt closed 4 years ago
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 https://github.com/Seeed-Studio/ArduinoCore-samd/issues/36, but also made additional off-topic issue reports at https://github.com/arduino/ArduinoCore-samd/issues/568 and https://github.com/PaulStoffregen/SoftwareSerial/issues/11
SoftwareSerial invers logic doesn´t work with Seeduino XIAO in single wire mode (Half Duplex)
include
const byte rxPin = 0; const byte txPin = 0; SoftwareSerial mySerial (rxPin, txPin, true);
no signal on PIN 0