Hi All,
I need use GSM and SoftwareSerial together, but I'm getting the error
SoftwareSerial.cpp.o : : In function
__vector_3': SoftwareSerial.cpp : multiple definition of
__vector_3'
GSM3SoftSerial.cpp.o : :C:\Program Files (x86)\Arduino\libraries\GSM\GSM3SoftSerial.cpp:511: first defined here
SoftwareSerial.cpp.o : : In function__vector_4': SoftwareSerial.cpp : multiple definition of
__vector_4'
GSM3SoftSerial.cpp.o : :C:\Program Files (x86)\Arduino\libraries\GSM\GSM3SoftSerial.cpp:518: first defined here
SoftwareSerial.cpp.o : : In function__vector_5': SoftwareSerial.cpp : multiple definition of
__vector_5'
GSM3SoftSerial.cpp.o : :C:\Program Files (x86)\Arduino\libraries\GSM\GSM3SoftSerial.cpp:525: first defined here
I'm using the Arduino GSM Shield and the Sparkfun GPS Shield
is There another solution for that?