Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Mega UART3 pins #11

Open
TeknoBeek opened this issue Feb 13, 2018 · 0 comments
Open

Mega UART3 pins #11

TeknoBeek opened this issue Feb 13, 2018 · 0 comments

Comments

@TeknoBeek
Copy link

I'm using Rx3 and Tx3 with AT commands on software Serial (with MEGA 2560)

But although GSM library uses softwareSerial... it does not work.

I've changed the GSM3IO and GSM3SoftSerial like this...

#elif defined(AVR_ATmega2560) || defined(AVR_ATmega1280)

#define __TXPIN__ 14
#define __RXPIN__ 15
#define __RXINT__ 4

Any ideas ???

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant