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
  • Hey Iyer configure your serial port in NULL modem and you won't have to worry about any handshaking signals once you are done with it transmit your at commands serially character by character and don't forget to transmit "ENTER" after each command and try searching these forum threads a little there are lot of similar topics Best of luck

Reply
  • Hey Iyer configure your serial port in NULL modem and you won't have to worry about any handshaking signals once you are done with it transmit your at commands serially character by character and don't forget to transmit "ENTER" after each command and try searching these forum threads a little there are lot of similar topics Best of luck

Children