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

8051 Gsm Interfacing

hi

i wanted to know how exactly handshaking signals (RTS and CTS) be included in the program.

we are using a wavecom modem that use AT commands.

we have also included MAX232 for ttl to rs232 conversion.

command to accept call is ATA. i wanted to know whether to trasmit ATA command as a string through Serial port(TXD) or transmit chatracters A,T,A separately or is there some other equivalent code that is being transmitted when using the hyperterminal

Thanks

Parents
  • hi,
    i am not able to understand what u meant when u said tht Simulator is simply using the PC's COM port to simulate the 8051's UART - so your program just uses the 8051 UART as usual.

    i jus want to knw tht suppose modem is connected to COM port, can i send AT commands using keil(ie IO directed towards COM port).

    If yes, could u please tell me how to do it because no in and out registers r defined for COM port.

    thanks

Reply
  • hi,
    i am not able to understand what u meant when u said tht Simulator is simply using the PC's COM port to simulate the 8051's UART - so your program just uses the 8051 UART as usual.

    i jus want to knw tht suppose modem is connected to COM port, can i send AT commands using keil(ie IO directed towards COM port).

    If yes, could u please tell me how to do it because no in and out registers r defined for COM port.

    thanks

Children