89c51 interfacing with GSM Module

binu_ji

Joined Jul 13, 2007
22
Most of the GSM modem will have serial port so there is no need of addition circuit, if the GSM modem has Rs232 port then you need a MAX232 at the microcontroller side.
 

funa

Joined May 28, 2008
8
GSM modems usually have RX/TX pins with TTL levels, you just connect it to 8051, if the levels are RS232 you use level converter like MAX232. You communicate with the module with the AT commands. Ask Google for more.
 
Top