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 micro sem

  1. M

    Using AT commands in C

    thanx BeTZ, that was of great help........just clear this plz.....what is AT89x52.h>.....i m using 8051 with keil compiler........do i need to necessarily include it or will including reg52.h do.......
  2. M

    SMS home control by AT commands

    hi budhuy. i went thru that..... tell me if this wud work #include<stdio.h> unsigned char AT[]="AT"; puts (AT); putchar (0x0D); will this direct the AT command to the serial port of my 8051 or do i need to include any other header files or modify stdio.h in any manner. plz help.......
  3. M

    Using AT commands in C

    thanx BeTZ.....but i m confused.......will the putchar automatically direct the command to serial port of my 8051 or will i have to modify the stdio.h for this direction....plz help........this is urgent
  4. M

    SMS home control by AT commands

    thanx budhy..dat was of immense help.....cud u tell me how to send AT commands in C...i m using 8051 ....i know its got to be written as a string.......but what to do after that.......cud u give an example plz.....
  5. M

    Using AT commands in C

    hi can someone show me how to write AT commands in C. i m using 8051. does the command have to be in string format. Plz give a couple of examples also i need help regarding text format of sms. how to interpret it and extract the actual message....plz help
  6. M

    SMS home control by AT commands

    thanx but i need the exact format of text format....what all information is conveyed like senders num,service sender num etc. and how can i xtract the actual message from this format Added after 11 seconds: thanx but i need the exact format of text format....what all information is conveyed...
  7. M

    SMS home control by AT commands

    hi guys i need help about the text format of sms. If someone cud provide an example please. i m using 8051 and need to know the exact format of text message and how to compare it with any perdefined string. i m using C
  8. M

    [SOLVED] How to write AT-commands on an MCU?

    sony k750i at command list usb hyperterminal hi guys, i m really confused about this. plz someone tell me how to use sms text format to read messages from a cellphone.
  9. M

    sending, receiving, comparing SMS through AT commands

    inituart() codevision hi. i m developing a remote home control system using sms . i m using 8051. can someone tell me how to use text mode sms format

Part and Inventory Search

Back
Top