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 chkhor2005

  1. C

    89s51, 89s52 ISP through serial port or USB port

    89s52 isp Hi, See link below. **broken link removed** It can be use with usb to rs232 converter.
  2. C

    how to perform hex to decimal conversion?

    Re: hex to decimal? use this assembly code: bcd_display: mov a,data ;convert to decimal mov b,#10 div ab mov r0,b mov b,#10 div ab mov r1,b mov r2,a ret
  3. C

    programmer circuit needed

    hi, you can use this circuit:- **broken link removed** By using USB to Serial Converter, this circuit are able to program AT89S52.
  4. C

    Which Microcontroller Do You Use?

    which microcontroller microchip i prefer Atmel Mirco controller. I use AT89S52 cause the programming cable is easy to build.
  5. C

    help in making 89s52 programmer using 74hc541

    you can go to this website. i have been using this programmer for 3 years. Great programmer!
  6. C

    Interfacing USB with 8052 MCU

    80c52 usb interface You can use AT89C5131 that have internal usb interface.
  7. C

    WHAT IS TRUE FLASH RAM MEM CAPACITY OF MCU..??

    Hi, As say before, AT89S52 has 8K of flash memory and 256 bytes of ram. The hex data that you compile is store at the flash memory depend how many line you use. The ram memory is use in the running program to store the data temporary while the uC is processing. AT89S52 doesn't have any eeprom...
  8. C

    PIC16F 18F Parallel Port Programmer

    Great circuit, thanks
  9. C

    ICD2 Clone 16F876A with MPLAB 7.6 Working !!!

    programmer 16f876a thanks for the sharing
  10. C

    Try my standalone AT89S ISP programmer

    at89s8253 usb programmer Great, very good project. Will build it soon.
  11. C

    oscillator for at89s52

    The 11.0592MHz is easy to buy.
  12. C

    Which one is the best PIC programmer ?

    JDM programmer is simple but have no consistancy in programming the PIC.
  13. C

    Building AT89S52 serial programmer

    build usb programmer for atmel at89s52 there are some USB to RS232 converter thats can not work with this programmmer. Try to use other brand of USB to RS232 converter.
  14. C

    advanatages of at89c2051

    more cheaper than the pic 16f84.

Part and Inventory Search

Back
Top