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 khaled_shaheen

  1. K

    Stream of data from PC to Microcontroller

    I see that you have forgot to clear the RI flag of the microcontroller. if you use interupt based serial port you have to clear the RI flag every time you receive a byte. hope this solution solve your problem
  2. K

    power line communication

    power line communication 1khz Hi all; please if any one have information about the high frequency model of powerline distribution transformers or any paper to refer to. thankx in advace
  3. K

    power supply designing

    this depends on the keyboard manufacturer who design the keyboard controller inside the keyboard? I see that your design work because this controller not drawin current more than 7805 which can give more than 1A which is too much hope to help
  4. K

    how to convert binary to BCD or decimal in assembly

    hex to bcd assembly you can use simble method for converting 8 bit binary number into decimal equivelt stored in 3 memory locations code for 8051 family( let r0 contain the binary number and r1,r2,r3 contain decimal equavelent) BIN_DEC: MOV A,R0 MOV B,#100...
  5. K

    How to change code from 89c51 to 89s51?

    Re: about 89s51 in your case there is no change just programe the same code written for 8051 on 89s51 it will work.
  6. K

    I want any 8051 programmer

    usb 8051 programmer "aec_isp" work but use "AT80s51" which support serial incircuit programing Added after 1 minutes: "aec_isp" work well but you have to use "AT89s51" note " S" in the middle which mean it supports in circuit serial programing

Part and Inventory Search

Back
Top