Anjitha
Newbie level 1
- Joined
- Dec 5, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
I am doing a automation project to unlock door via SMS.
I am using an Arduino UNO and SIM300 with a max232circuit in between.
The GSM module to hyperterminal interaction is working, ARDUINO - MAX232 to hyperterminal is working.
But when i combine them all, I don't get any result.
I am using SoftwareSerial mySerial(2, 3) in my program.
Is that the problem?
Is it possible to create mySerial with another set of digital ports?
Please guide me as to what the problem is.
Thanks in advance,
Anjitha.
I am using an Arduino UNO and SIM300 with a max232circuit in between.
The GSM module to hyperterminal interaction is working, ARDUINO - MAX232 to hyperterminal is working.
But when i combine them all, I don't get any result.
I am using SoftwareSerial mySerial(2, 3) in my program.
Is that the problem?
Is it possible to create mySerial with another set of digital ports?
Please guide me as to what the problem is.
Thanks in advance,
Anjitha.