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 Ni yanfang

  1. N

    morning. does anyone know how to write AT command check baud rate for GSM modem?

    hi everyone. i change the baud rate og sm modem . but I do not how to check whether it is successful or not ? Thanks.
  2. N

    urgent please checking my code???

    hi I am to write about serial communication using mcu and gsm modem to send sms to mobile. but i face some problem. can anyone give suggestion? did i need to set sbuf ??? I am wirting AT command using c language. while(1){ if (ir_out==0){ SBUF = "A"; waitTx(); SBUF = "T"; waitTx(); }
  3. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    Hello everyone, I edit the code a;ready, but still cannot send sms . can you check for me. thanks a lot. This is the code. #include <reg51.h> #include <stdio.h> /* prototype declarations for I/O functions */ sbit led = P3^6 ; sbit irout = P1^3 ; sbit rs=P2^0 ; sbit...
  4. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    do you know how to configure printf() to secondary port,serial port 0.
  5. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    OK. but why i can not send sms . Please help thanks.
  6. N

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

    I try already. but still can not send sms. do you have any ideal?
  7. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    、 yes, I want to set irout pin to be button. so I can press irout pin to send sms as well as light up led. Do you have any idea? - - - Updated - - - irout pin is switch button in my circuit.
  8. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    OK thanks for your reply. but I still can not send sms and led not light up by pressing p1^3 button . led light up only i press the reset button. i really do not what is wrong with the code. Please help.
  9. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    yes you are right. status is led. can you give sample on adding the condition as mention above. thanks.
  10. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    I follow this code but I press p1^3 . led not light up and also can not send sms. led light up when i press p3^6 button. Kindly check for me.
  11. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    I read through AT command code already. But can you help me add in LED p3^6 in your code. led on when device is sending sms and led off when device is not sending sms or did nothing. Thank you so much.
  12. N

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

    Hi I am using AT89C51 mcu connect with gsm modem . I need to write AT command using c language to run my program. But the code is not working and can not send sms to mobile. Kindly che check for me the below code. I just need press p1^3 button then the prgram can send sms. I did not need receive...
  13. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    Thank you so much for your reply. But Actually i want to write program so that elderly can press button and auto send sms to family member when they fall down or in danger. Ok Do you know how to add in ledis. led on when sending sms, led ^is in off mode when device do nothing. And led connect...
  14. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    sorry I forgot to mention I just want to send sms . and I did not connect lcd.
  15. N

    Urgent sample code sending sms when press p1^3 in AT COMMAND by using c language???

    Hi I really confuse that how to write coding on sending sms when press p1^3 button in AT COMMAND by using c language??? I connect Gsm modem with AT89C51 (MCU), all set up already .

Part and Inventory Search

Back
Top