Electronic – Can i send a reset signal through the serial port

modemportrs232serialuart

I want to send a signal through the serial port to restart a modem, enfora gsm1218
(see datasheet http://www.testech-elect.com/enfora/pdf/GSM1218HR.pdf) is it possible?

I know that an AT command like AT$RESET exists to reset the software configuration, but I would like to hardware reset the modem itself as opposed to a software reset.

Best Answer

I have implemented this kind of thing using the modem control signals. You can wire DTR or RTS to a circuit that drives the RESET line of the system. Naturally you have to make sure your serial communications software isn't going to use those signals, or rather is prevented from controlling those signals until you want the desired reset to occur.