This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to interface GSM modem with 8051

i am making project to switch devices with GSM

can anyone give me detail hoe to interface 8051 and modem
i have kit easy8051 microelectronika with rs-232.

how the asm code to be written to intreface gsm modem with AT commands.

Parents
  • Did you expect many people to busy themselves answering the same questions?

    How many more forums have you posted to?

    www.8052.com/.../169147

    By the way - there are no "one" way to connect a GSM to a microcontroller. It depends on controller and GSM module/phone and supply voltages and available interfaces etc.

    You either know assembler, or you don't. If you don't, then consider using C instead. Why? Becaues the code will look very similar for different processors, so there will be a huge amount of examples to be found using Google.

Reply
  • Did you expect many people to busy themselves answering the same questions?

    How many more forums have you posted to?

    www.8052.com/.../169147

    By the way - there are no "one" way to connect a GSM to a microcontroller. It depends on controller and GSM module/phone and supply voltages and available interfaces etc.

    You either know assembler, or you don't. If you don't, then consider using C instead. Why? Becaues the code will look very similar for different processors, so there will be a huge amount of examples to be found using Google.

Children