Is the Software Serial Library compatible with the QT Py?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Simetri_Nick
 
Posts: 1
Joined: Mon Sep 20, 2021 3:40 pm

Is the Software Serial Library compatible with the QT Py?

Post by Simetri_Nick »

Is Software Serial compatible with the QT Py?

We are currently using the Serial1 port on a QT py, but would like to map the MISO and MOSI pins to a Serial2 port. I tried to use SoftwareSerial but it cannot find that library. Is Software Serial not compatible with the QT Py on Arduino?

Thanks in advance for the assistance!

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: Is the Software Serial Library compatible with the QT Py

Post by mikeysklar »

Assuming you are on a QtPy M0 you should be able to use SERCOM to map in a UART over the SPI pins.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”