I am trying to receive SMS using Arduino. But when i try to receive sms using the example code given in Arduino IDE I get an error saying "G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp: In member function 'int GSM3SoftSerial::begin(long int)':
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:180: error: 'RXPIN' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:180: error: 'PCICR' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:183: error: 'PCMSK2' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:183: error: 'PCMSK0' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:183: error: 'PCMSK1' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp: In member function 'void GSM3SoftSerial::setTX()':
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:276: error: 'TXPIN' was not declared in this scope
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp: In member function 'void GSM3SoftSerial::setRX()':
G:\arduino-1.0.5-r2\libraries\GSM\GSM3SoftSerial.cpp:286: error: 'RXPIN' was not declared in this scope"
How do I proceed?
ReceiveSMS.ino (1.86 KB)