Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by sanket.joshi

  1. S

    urgent I can not send sms from mcu and gsm modem to moblie???

    also you need to send command "AT" before sending "AT+CMGF=1"....
  2. S

    Help!! Does anyone can write concept of programming on sending sms on gprs modem???

    i m attaching code... in this code if switch connected to port 2 is pressed then only sms will send...its working code... i have used it time ago...so check it and let me know... #include<reg51f.h> // include at89x51 . h #include<stdio.h>// include stdio . h #include<stdlib.h>// include stdlib...
  3. S

    Vodafone SIM Not working with SIM900A Module, What could be the problem?

    i think before sending AT+CIICR command have you checke response of AT+COPS and AT+CREG commands?
  4. S

    Vodafone SIM Not working with SIM900A Module, What could be the problem?

    the apn for vodafone is "www" if you enter wrong apn there possibility of getting error....
  5. S

    urgent! anyone how to modify below code regarding AT89c51 using AT command.

    you have to use \r\n at the end of each command in double quotes.... enter is nothing but \r\n.... also for sending msg u have just send ctrl+z.. - - - Updated - - - you have to use \r\n at the end of each command in double quotes.... enter is nothing but \r\n.... also for sending msg u have...
  6. S

    urgent! anyone how to modify below code regarding AT89c51 using AT command.

    yes u have to select text mode... Why you are sending 0x22?
  7. S

    urgent! anyone how to modify below code regarding AT89c51 using AT command.

    please refer pdf attached....u may find useful data...
  8. S

    simple sending sms on gprs modem connect with at89c51 using AT-command

    if you want to send AT commands you have to send it to modem using RX/Tx...you have to set baud rate as 9600... how to set baud rate you can refer following link...
  9. S

    simple sending sms on gprs modem connect with at89c51 using AT-command

    while using these commands in hyperterminal you must have observed response of each step..... u have to send one command and then wait till correct response is captured... like this you have to send all commands...
  10. S

    how to build software UART ?

    sir,i got one source code from internet.i modified it according to my need.....i have not simulated it on proteus... i have keil uvision2 file...i m attaching that project file.... - - - Updated - - - i have tried another logic also...can you please try that also? its URGENT sir...
  11. S

    simple sending sms on gprs modem connect with at89c51 using AT-command

    i have simcom module... the sequence of commands to be followed for sending sms is as follow... at ati //not necessary at+cops? at+cgmr // not necessary at+creg? // this is to check whether your sim responding or not at+cmgf=1 at+cmgs="+91-mobile no" <type message <ctrl-z first try...
  12. S

    how to build software UART ?

    i have used same formula....i got value 0xFFA0 for 9600 baud but its not working though....
  13. S

    how to build software UART ?

    sorry for late reply... i got isr logic from net...m having problem with configuring values...
  14. S

    how to build software UART ?

    i tried using timer2....but its not responding... can please tell me how to configure timer2 for 9600 baud for softUART? There will be no transmit part for softUART as m interfacing RF-ID..
  15. S

    how to build software UART ?

    i tried doing softUART using external hardware interrupt also(edge triggered)... when rf-id sends data for start bit there will transition from high to low..so i think problem is my interrupt pin is not able to detect this transition bcz that might be too fast..can this be problem?? kindly help...

Part and Inventory Search

Back
Top