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
  • "whether to trasmit ATA command as a string through Serial port(TXD) or transmit chatracters A,T,A separately"

    The 8051's UART can only ever transmit a single character at a time - so a string will be transmitted as a sequence of separate characters!

    Do not transmit the NUL that marks the end of the 'C' string!

Reply
  • "whether to trasmit ATA command as a string through Serial port(TXD) or transmit chatracters A,T,A separately"

    The 8051's UART can only ever transmit a single character at a time - so a string will be transmitted as a sequence of separate characters!

    Do not transmit the NUL that marks the end of the 'C' string!

Children
More questions in this forum