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 ud23

  1. U

    [SOLVED] problem in communication with gsm modem and pic

    check your baud rate and clock setting in fuse bits setting.your gsm and PIC might be different. Try to make gsm in auto baud rate setting.
  2. U

    [SOLVED] problem in communication with gsm modem and pic

    if you are using RX ,Tx pin direct to PIC your connection should be like Tx(gsm)--->Rx(PIC) Rx(gsm)---->Tx(PIC) gnd(gsm)---->gnd(PIC) then you can communicate.
  3. U

    need help some assembly code for pic

    #include <P16F5x.INC> __config _CP_ON & _WDT_OFF & _XT_OSC ; 0x0FF1 ; __idlocs 0xA4, 0x9A, 0xA3, 0xC3 ; RAM-Variable LRAM_0x0A equ 0x0A LRAM_0x0B equ 0x0B LRAM_0x0C equ 0x0C LRAM_0x0D equ 0x0D LRAM_0x0F equ 0x0F LRAM_0x12 equ 0x12 LRAM_0x13 equ 0x13 LRAM_0x14 equ 0x14 LRAM_0x15 equ 0x15...
  4. U

    [SOLVED] problem in communication with gsm modem and pic

    \b (backspace) Moves the active position to the previous position on the current line. If the active position is at the initial position of a line, the behavior of the display device is unspecified. \n (new line) Moves the active position to the initial position of the next line. \r...
  5. U

    need help some assembly code for pic

    hi I am trying to understand some of my old application assembly code . It is pic16f54 controller,let me tell you i m not aware of assembly language of PIC but try to learn asm code ; Program Org 0x0000 ; Reset-Vector LADR_0x0000 MOVF LRAM_0x17,W MOVWF FSR MOVF...
  6. U

    [General] EMAIL by GSM Modem SIM 800/900

    you sending blank mail so receiving blank data. after AT+SMTPBODY=19 U GET DOWNLOAD THIS IS TEST MAIL(UR MSG) TRY THIS
  7. U

    [General] EMAIL by GSM Modem SIM 800/900

    hi which controller you are using. I am attaching a file it might help you.
  8. U

    i2c EEPROM 24AA128 PIC16F690 PIC C Compiler

    didn't see your code yet on common error would be wrong read address then write operation in most of the EEPROM i2c logic. Rightly guess you are using READ: 0xa3 Write: 0xa2 but it should be as per your schematic READ: 0xa1...
  9. U

    [SOLVED] Address space overflow in Keil compiler

    you can use the code optimization approach or tools with your compiler for code space and do comment unnecessary things.what is your end application. you can search for simple sample program available for serial communication. As pointed out in earlier post that you wait approximate 2mins in...
  10. U

    Need someone who can help me or convert me my old hex file in to C working code

    HI i need someone who can give me my old C file of PIC controller. I Have its hex file only. Any one can help me to get my original C file Back. Ready to Pay if Its good rate. Looking some expert who can do that.
  11. U

    [SOLVED] Address space overflow in Keil compiler

    where this functions define you not posted their code its error related for data or address overflow.
  12. U

    [51] Fingerprint scanner (R305) interfacing with 8051 microcontroller

    https://www.sunrom.com/p/fingerprint-sensor-with-interface-board some demo code for pic it will help you
  13. U

    [51] Fingerprint scanner (R305) interfacing with 8051 microcontroller

    share your sensor datasheet you need just serial uart data receive function many time posted in the forum before
  14. U

    [SOLVED] Proteus not showing Variables

    hope it will help.

Part and Inventory Search

Back
Top