arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.18k stars 7.01k forks source link

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

Closed Flying-Bolt closed 4 years ago

Flying-Bolt commented 4 years ago

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

per1234 commented 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