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 Anand Kr. Singh

  1. A

    No displayin lcd 16x2 using with pic18f452 mcu

    the 1st example ....i have also tried but not work..:-( last one is the full code i have tiring to solve the display problem.
  2. A

    No displayin lcd 16x2 using with pic18f452 mcu

    i have but i think the main problem is with the defines... .. ok i will post the full code also..... this is working fine with pic16f877a... include<18f452.h> #include<string.h> #use delay(clock=4000000) #fuses NOLVP,NOWDT,NOPROTECT,HS #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, BITS=8...
  3. A

    No displayin lcd 16x2 using with pic18f452 mcu

    [Moved]Display problem with pic18f452 using Pic18f452 with mplab and proteus.. file and snap shot of proteus is attached code: #include <P18f452.h> #define ldata PORTD #define rs PORTBbits.RB0 #define rw PORTBbits.RB1 #define en PORTBbits.RB2 void MSDelay(unsigned int itime); void...
  4. A

    No displayin lcd 16x2 using with pic18f452 mcu

    At First,i have used pic16f877a every thing is working fine code: #include<16f877a.h> #include<string.h> #use delay(clock=4000000) #fuses NOLVP,NOWDT,NOPROTECT,HS #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, BITS=8, PARITY=N,stream=PUMP,ERRORS) #bit LCD_RS = 0x8.2 //RD2 #bit...
  5. A

    GSM cclk not working with pic 16f877a

    yes i did not getting any display on lcd i havnt use UART reeive buffer ..
  6. A

    GSM cclk not working with pic 16f877a

    code did not response: void sim_time() { unsigned char atcmd1[13]="AT+CCLK?\r"; for(i=0;i<12;i++) { putchar(atcmd1[i]); } putchar(buffer1[20]); putchar(0x0D); // enter key //while(getchar()!=':'); //while(getchar()!=0x0A); delay_ms(10000); // lcd_clear()...

Part and Inventory Search

Back
Top