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
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.
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
The text was updated successfully, but these errors were encountered: