Hello friends,
I was studying GSM web server example in ARDUINO IDE 1.0.5 downloaded by me. When I tried to compile it using verify/compile button, I am getting many errors. I request anybody to guide me.
K.Sitarama Rao.
Hello friends,
I was studying GSM web server example in ARDUINO IDE 1.0.5 downloaded by me. When I tried to compile it using verify/compile button, I am getting many errors. I request anybody to guide me.
K.Sitarama Rao.
(deleted)
Thanks for reply.
The error message I got is
" C:\Program Files\Arduino\libraries\GSM\GSM3SoftSerial.cpp, in member function GSM3SoftSerial::begin( long int),
RXPIN was not declared in scope.
Similarly the following variables " PCICR,PCMSK2,PCMSK0.PCMSK1 were not declared in scope.
In member function, GSM3SoftSerial::set(TX), TXPIN was not declared in scope.
In member function, GSM3SoftSerial::set(RX), RTXPIN was not declared in scope.
Hello friends,
I was studying GSM web server example in ARDUINO IDE 1.0.5 downloaded by me.
When I tried to compile it using verify/compile button, I am getting many errors.
I request anybody to guide me.
Errors are
" C:\Program Files\Arduino\libraries\GSM\GSM3SoftSerial.cpp, in member function GSM3SoftSerial::begin( long int),
RXPIN was not declared in scope.
Similarly the following variables " PCICR,PCMSK2,PCMSK0.PCMSK1 were not declared in scope.
In member function, GSM3SoftSerial::set(TX), TXPIN was not declared in scope.
In member function, GSM3SoftSerial::set(RX), RTXPIN was not declared in scope.
K.Sitarama Rao.
Can you post your code & associated library function.
Thanks for all who replied to me.
I found that the Board setting in Tools of Arduino IDE is ATMEGA 8.
GSM library woks only with arduino UNO as per information in arduino GSM library web page.
I corrected the board setting in Tools menu to arduino uno and compiled successfully.
Sitarama Rao.