Hi,
I was wondering if it was possible to get another set of serial pins on the arduino. I have searched around but found nothing. I am super new at this.
Spencer
Hi,
I was wondering if it was possible to get another set of serial pins on the arduino. I have searched around but found nothing. I am super new at this.
Spencer
You can use various software serial libraries on any pin (potentially with some limitations), or you can buy an Arduino Mega, which has four hardware serial ports.
I would recommend the newsoftserial library or as AWOL says, you can go for the arduino Mega
Mowcius