• GSM modem interfacing with 8051 to make a call
    Hi, Am unable to make a call through GSM modem. If try the same command using Hyper terminal its working fine but not able to dial using controller. sending message is working fine from my controller...
  • modem interface
    what u r looking for, u want to interface modem with micro controller ? i wrote one program to interface micro with modem, wana need it ? them just give me a buzz...
  • gsm modem
    plese get me details for gsm modem
  • gsm modem
    do we have to install any software to send sms in analogic gsm modem???our circuit components are 8051--->MAX232---->gsm modem analogic is the company name...
  • program for interfac modem with micros
    void main () { int j,k,l,m; //char g_strlcdline[15]="ATD0800800800"; char name [6]; char temp[6]; char s1[10],s2[10]; unsigned char crlf[3]; crlf[0] = 0x0d ; crlf[1] = 0x0a ; crlf...