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 ramanareddym

  1. R

    help.........I am getting problem with pic serial communication program.

    I am using Crystal oscillator 11.059MHz......
  2. R

    help.........I am getting problem with pic serial communication program.

    ya tried......but same junk characters getting .........
  3. R

    help.........I am getting problem with pic serial communication program.

    this is my code but it not giving any output on ter term serial window on my pc... #include<pic.h> void main(void) { TXSTA=0x24; //8-bit RCSTA=0x90; // BAUDCTL=0x12; // SPBRG=71; //for 9600 baudrate.. TXEN=1; SPEN=1; while(1) { TXREG=0x41; while(TXIF==0); } }

Part and Inventory Search

Back
Top