This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programme through USB instead of Serial..

I am using uvision2.

May i know how can i programme my microcontroller through USB port instead of Serial port?

What is the setting that i should perform?

Please help
Thank.

Parents
  • If you're using a part with on-chip USB, check the datasheet to see if it's possible.
    If it is possible, check the manufacturer's support materials for details.

    If you're using a part without on-chip USB, then you will have to add an external USB support chip.
    Probably the simplest way to do this is just to buy a commercial USB-to-RS232 adaptor: this will appear to the 8051 as just a standard RS232 connection, and to the PC as just another COM port - so the fact that there's actually USB involved is completely transparent!

Reply
  • If you're using a part with on-chip USB, check the datasheet to see if it's possible.
    If it is possible, check the manufacturer's support materials for details.

    If you're using a part without on-chip USB, then you will have to add an external USB support chip.
    Probably the simplest way to do this is just to buy a commercial USB-to-RS232 adaptor: this will appear to the 8051 as just a standard RS232 connection, and to the PC as just another COM port - so the fact that there's actually USB involved is completely transparent!

Children