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 gurpreet312

  1. G

    ARM Processor Help Needed

    Hello, ARM Information Center http://infocenter.arm.com/help/topic/com.arm.doc.ddi0029g/DDI0029.pdf HOW TO USE KEIL ARM Tutorials - EmbeddedCraft but i am sure it will helpful for you for entering in to ARM -- Gurpreet Singh IMBUENT TECHNOLOGIES PVT.LTD. Embedded Training Ludhiana |...
  2. G

    help in hyper terminal

    Hello, How to use Hyperterminal? check this link . Also replace your Max232 with serial Data cable for Proper Operation. -- Gurpreet Singh
  3. G

    please check my program code (serial communication)

    Re: serial communication Try this code..... #include"reg51f.h" void DelayMs(unsigned int period) { unsigned int i,j,k=0; period<<=1; for(i=0;i<period;i++) { for(j=0;j<0x14;j++) { k++; } } } void init_serial() { TMOD = 0x20; TH1 = 0xFD; // For 9600 Baud Rate SCON = 0x50...
  4. G

    Edit Connections: in OrCAD LAYOUT

    edit connections: in orcad layout Hello, I am working OrCAD Layout. I have spent three days on Manually Routing. But Now I found that my connection of one connector is WRONG!!! Can I edit that Connections is OrCAD Layout ? 1) Or I have do Manual Routing Again with new .mnl from OrCAD Capture...
  5. G

    Problem in Taking Print Out.

    Dear Sir, I am Using OrCAD 9.I am attaching two files in which i am facing problems while taking Printout Please Check that .. Suggest me .. Thanks in Advance...
  6. G

    MPLAB C 18 Complier error: could not find file c018i.o

    c018i.o Thanks A lot for Reply... To ALL.
  7. G

    OrCAD: How to increase the size of Page

    Hello, How to increase the size of Page OrCAD Capture ?? I am using OrCAD V 9.0 Gurpreet Singh
  8. G

    OrCAD Library From LPC2148

    lpc2148 library Thanks my email id is gurpreet312@gmail.com. i hope u will send me soon...
  9. G

    OrCAD Library From LPC2148

    lpc2148 orcad Hello Friends Where I Can got Updated OrCAD Library aspecially for LPC2148?? Thanks in Advance Gurpreet
  10. G

    LCD and MULTIPLEXED SEVEN SEGMENT (8051)

    7 segment lcd configuration HELLO, I have Connected Port 0 of DATA BUS LCD and 3-MULTIPLEXED SEVEN SEGMENT. I have used three Transistors (NPN) in Common Collector Configuration.I am using Switching Between Vcc 'for LCD and Anode of Seven Segments with Common Collectors. So,LCD and Seven...
  11. G

    Please help with project: 8051 training kit

    project kits for 8051 May Be this Link Helpful... www.imbuent.com for Purchasing Broad
  12. G

    Darlinton Pair or Opto Coupler !!!!!!!!!

    darlinton pair Posted: Mon Nov 17 2008, 05:33PM Hello, I have Successfully Operate to ON/OFF 220V AC Devices with 8051,ULN2803 and Relay. My Question is that ... Is there a Need of interfacing Opto-coupler for operating 220 AV Devices? Suggest me any Opto coupler IC No. any other...
  13. G

    AT COMMANDS SMS receive C code for 89xx

    at commands sms void init_serial_interrupt() { EA=0; TH1 = 0xFD; SCON = 0x50; TR1 = 1; RI=0; TI=0; ES=1; TMOD = 0x26; EA = 1; } void sr_intr() interrupt 4 { if(RI) { dat = SBUF; RI = 0; } if(TI) TI=0; } This is Only for Receving SMS in SBUF. Gurpreet SIngh
  14. G

    testing stepper motor problem- it doesn't stop

    Re: stepper motor problem hello sir, I think this link is helpful for you. www.embeddedcraft.org/steppermotorinterfacing.htm Gurpreet Singh
  15. G

    LOW COST GSM/GPRS in INDIA

    gprs cost in india Hello, I am using GSM Module TR-800 from www.iwow.com.sg It Cost me around RS. 2700 in INDIA. Can Any Body Suggest me ? LOW Cost from other Companies which are available in INDIA. Thanks in Advance Gurpreet singh

Part and Inventory Search

Back
Top