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 karthims

  1. K

    [PIC] How to measure the frequency count of AC supply(50Hz) using T0CKI of pic16f877a

    Actually i configured analog pins as digital in LCD initialization as well i disabled comparators .Even though it is not working.I have attached my required snippet to help.
  2. K

    [PIC] How to measure the frequency count of AC supply(50Hz) using T0CKI of pic16f877a

    Actually i followed your method,even though i did not get the output, i am using timer0 in polling method and timer 1 ISR.I have attached the edited code below
  3. K

    [PIC] How to measure the frequency count of AC supply(50Hz) using T0CKI of pic16f877a

    I have enclosed my code with this thread.As well i seen few of threads in our forum.but even though i can not able to get the result. In that i given snippet for Timer1 for to produce exact 1 second delay to count the frequency. Used controller-PIC16f877a IDE -MPLABx compiler...
  4. K

    Problem in GSM modem response handling using interrupt method of LPC2148 UART0

    Actually i am getting problem while trying to receive the incoming sms from gsm modem to micro controller controller-lpc2148 Uart- UART0 //Cpu clock-60 Mhz (using PLL 12Mhz*5=60Mhz) VPB -15mhz //9600 baud rate ,8 bit data,1 stop bit,no parity Enabled interrupt-Rx0 i have attached my...
  5. K

    [Moved]: can any one help me out for software uart for pic18f452 .

    If you have any snippet or working code that will be more useful for me.... Thank you
  6. K

    [Moved]: can any one help me out for software uart for pic18f452 .

    This is my code...I referred https://saeedsolutions.blogspot.in/ //***It is for reception ***// #include <htc.h> //#pragma config CONFIG1H = 0x22 __CONFIG(1, OSC_HS & OSCS_OFF); //#pragma config CONFIG2L = 0xF __CONFIG(2, PWRT_OFF & BOR_ON & BORV_20); //#pragma config CONFIG2H = 0xE...
  7. K

    [Moved]: can any one help me out for software uart for pic18f452 .

    First of all Thanks to all for your quick reply... Actually i am the new one to micro controllers.I just tried by the UART protocol logic like start bit=high,stop bit=low . I cant able to develop that, so i have no snippet for my code. I tried like as saeedsolutions.blogspot.com but it is not...
  8. K

    [Moved]: can any one help me out for software uart for pic18f452 .

    Actually i am using pic18f452 as well as Hitech C18 compiler IDE MPLABX.I tried many times for Software uart myself but cant able to achieve that.So i am asking your help please be need full friends. Thanks in advance for your help. Ic-pic18f452 Crystal -10mhz Compiler-Hitech C18 IDE-MPLABX

Part and Inventory Search

Back
Top