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 jack12345

  1. J

    8051 micro with max232 serial communication problem

    check your RS232 (Pin5.) must connect GND!!
  2. J

    8051 micro with max232 serial communication problem

    HI: c51 code is ok! / / Crystal 11.0592 4800 baud but you code no delay ================= #include<8051.h> main(){ TMOD=0x20; TH1=0xFA; SCON=0x50; TR1=1; while(1){ SBUF='M'; while(TI==0); TI=0; delay code } } Good luck!!
  3. J

    Problem using AEC ISP v3.0

    aec isp v3 Hi: I'm using the AEC ISP,The use downloading software is: h**p://www.amwaw.edu.pl/~adybkows/elka/ispprog.html Its software has supports the ACE ISP programming cable,downloading is fast. setup the hardware is Ace-isp
  4. J

    Programming AT89s8252 using SPI interface

    Re: Programming AT89s8252 Try this too AT89S8252 & AVR Programator ISP h**p://www.amwaw.edu.pl/~adybkows/elka/ispprog.html
  5. J

    How to programme analog's aduc841?

    aduc841 isp HI: Check Data Sheet,It looks like has ISP,but I have not tried!!

Part and Inventory Search

Back
Top