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 ankiterect

  1. A

    [PIC] GSM communication not perform correctly

    i have purchased SIM 300 module but i am confused that which type of GSM sim require for this module.can i use the same sim which i am using for my mobile phone or some other connection.
  2. A

    [PIC] GSM communication not perform correctly

    why we use this line uart1_write_text("AT+CSMP=17,167,0,0"); what is the meaning of 17,167,0,0
  3. A

    [PIC] GSM communication not perform correctly

    why use this line uart1_write(0x1A);
  4. A

    [PIC] GSM communication not perform correctly

    hello please find the error and please help me void main() { UART1_Init(9600); UART1_Write_Text("AT"); DELAY_MS(2000); UART1_Write(0x0D); DELAY_MS(2000); UART1_Write_Text("AT+CMGF=1"); DELAY_MS(1000); UART1_Write(0x0D); DELAY_MS(2000); UART1_Write_Text("AT+CMGW=7877709590"); DELAY_MS(2000)...
  5. A

    [PIC] Serial send a string from pic with proteus

    jayanth now same problem is coming i have intialize my uart before the do while loop - - - Updated - - - i am thinking there are some clock frequency problem but i am not recorgnise completely please anyone help me
  6. A

    [PIC] Serial send a string from pic with proteus

    can anyone tell me that why my circuit not giving correct output. my proteus circuit my virtual terminal output my mikro c code void newline() { UART1_Write(13); // Carriage Return UART1_Write(10); // Line Feed } void main() { do { UART1_Init(9600); // Initialize UART...

Part and Inventory Search

Back
Top