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 reachrajesh

  1. R

    PIC16F877A & RS232 RFID READER, HiTech C

    Re: PIC16F877A & RS232 RFID READER, HiTech C any one tell me why this code is not working for second input.. - - - Updated - - - any one tell me why this code is not working for second input..
  2. R

    PIC16F877A & RS232 RFID READER, HiTech C

    This codes only works for first input, for 2nd input onwards, it does not working..... /************************ RFID BASED ELECTRONIC TOLL GATE SYSTEM **********************************************/ #include<htc.h> #include<pic16f877a.h> #include<string.h> #include<stdio.h> #define...
  3. R

    SD - MMC interface with ARM LPC2148 help

    hello papu me to facing the same problem if u have any source code related to this now means please kindly let me know it will help me lot..
  4. R

    [PIC] this serial communication is working good in proteus but not working in hyper termin

    I am designing one sports clock. by using single microcontroller, i need to check the 8 players timing continuously if player crossed the finishing line i need to check the timer and put the timer value into the hyper terminal its working good in proteus but not in hyper terminal why?
  5. R

    Not able to communicate with gsm module from controller pic16f877a

    #include<htc.h> #include<pic16f877a.h> #include<string.h> #include<stdio.h> #define _XTAL_FREQ 20e6 __CONFIG( FOSC_HS & WDTE_OFF & PWRTE_ON & CP_OFF & BOREN_ON & LVP_OFF & CPD_OFF & WRT_OFF & DEBUG_OFF); #define BAUDRATE 9600 #define load PORTB #define rs RC0 // lcd register select #define...
  6. R

    Not able to communicate with gsm module from controller pic16f877a

    your problem is placing the TX,RX,GROUND in GSM board. you have to connect these pin from micro controller to directly max rs 232 in GSM modem just check and tell.
  7. R

    serial communication with pic 16f877a

    yes i got the output its working...
  8. R

    serial communication with pic 16f877a

    i got the output in GSM modem. - - - Updated - - - thanks for your help.
  9. R

    16F877a MCU and HD44870 LCD

    sorry for the late reply sir i got the output with the help of saeed solutions could u guide me how to get more exposure in embedded programming and guide me to use this lcd program more efficient and easier thanks in advance. //LCD DISPLAY INTERFACING IN PIC...
  10. R

    Not able to communicate with gsm module from controller pic16f877a

    thanks a lot by using your syntax i learned how to communicate controller to gsm thank you again - - - Updated - - - i am having one doubt sir what is the use of 0X0D,0X0A,0X1A,0X22 please reply . thanks in advance.
  11. R

    serial communication with pic 16f877a

    if i connect to this serial communication to the gsm receiver + at commands means it will send message to the mobile number? the example code below. /************************* LPG program in PIC *************************/ #include<htc.h> #include<pic16f877a.h>...
  12. R

    serial communication with pic 16f877a

    i don't know what's the problem in this code. its compiling good in MPLAB +hitech c but not getting output in proteus please help me guys. #include<htc.h> #include<pic16f877a.h> #include<string.h> #include<stdio.h> #define _XTAL_FREQ 20e6 __CONFIG( FOSC_HS & WDTE_OFF & PWRTE_ON & CP_OFF &...
  13. R

    16F877a MCU and HD44870 LCD

    me too don't know i am completely new to embedded.
  14. R

    16F877a MCU and HD44870 LCD

    the above program is not working in proteus why?
  15. R

    [SOLVED] having single error in lcd program

    ok i will check it and inform you.

Part and Inventory Search

Back
Top