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 prongs1911

  1. P

    Sending ADC data to PC via USB for pic18f4550

    Can no one help me? I am totally stuck. I would really appreciate some suggestions.
  2. P

    Sending ADC data to PC via USB for pic18f4550

    Hi, I am trying to send data from the inbuilt ADC of pic18f4550 to PC using USB. I successfully wrote a code for ADC to send data over serial port for testing.I have also modified the USB CDC-BASIC DEMO from microchip framework to echo back the data sent from PCand I was able to send and recieve...
  3. P

    flash AT89C51 IC via COM port

    If you manage to find a parallel port, here is a simple programmer circuit https://sourceforge.net/projects/ispprogrammer/ But if you want to use serial port, check this out https://oisanjaya.wordpress.com/2010/09/28/serial-com-port-programmer-for-at89s52-at89s51-and-avr/ I haven't used any of...
  4. P

    flash AT89C51 IC via COM port

    No, 89C51 requires a parallel programmer, it can not be programmed through serial port. Since you are starting your design, may be you should use 89S51/52 for which you can get cheap circuits and Software for In-System Programming from Net.
  5. P

    flash AT89C51 IC via COM port

    If the AT89c51 is not programmed then how will you be able to send/receive data or do anything? You can refer to The 8051 Microcontroller and Embedded Systems Using Assembly and C by Muhammad Ali Mazidi Janice Gillispie Mazidi Rolin D. McKinlay. It has a few examples and good explanation of...
  6. P

    flash AT89C51 IC via COM port

    Here is a basic circuit for communication with PC using RS-232.
  7. P

    ADC + USB implementation on pic18f4550

    I am trying to sample an analog input and send the ADC output via USB. The device gets detected but a message pops up saying that "the device is broken or not functioning". The device worked properly when i used it to echo back a sent message. I am using PROTEUS simulator to test my code and...
  8. P

    [SOLVED] interfacing sensors with 8051

    Sir, if I have to change everything, then could you please suggest to me a new circuit to interface sensors with microcontroller. I have to complete this project in the next 15-20 days. Any help would be appreciated. - - - Updated - - - Sir, if I have to change everything, then could you...
  9. P

    [SOLVED] interfacing sensors with 8051

    Hi, I am also using at89c51 for interfacing lm35(temperature sensor) and hih 4030(humidity sensor). I am using a similar circuit as in the image below. But, I realized that the output is a whole number whereas i wanted to display temp upto 1 decimal place. This problem arises because ADC0808 is...
  10. P

    Interfacing AT89c51 with VB2010 using USB or RS232

    Hi! I am trying to send data from 89c51 and display it on PC using VB2010. I also want to send some numeric data(control parameters) to microcontroller from PC. I have some knowledge of 89c51 programming but little about VB2010. I need help on VB2010 program on how to communicate using USB or...

Part and Inventory Search

Back
Top