Programming AT89C2051 via USB

Status
Not open for further replies.

explorerbaba

New Member
Can someone tell me how to program an At89C2051 MCU via USB.
If possible please suggest a circuit for the programmer.
 
Buy a USB programmer - any USB programmer needs a processor on board, which itself needs programming - so you need to either buy one ready built, or buy a pre-programmer processor from somewhere.
 
explorerbaba said:
Can someone tell me how to program an At89C2051 MCU via USB.
If possible please suggest a circuit for the programmer.

You can do it *WITHOUT* another processor if you can switch to AT89S2051 instead. I am currently working on it, but the idea is to use a usb to serial cable, then, use some vicious bit banging techniques to simulate SPI protocol...

Some sites outhere allready made it, but only for AVRs.. i'am trying to do it for 89Sxx microcontrollers..
 
ikalogic said:
You can do it *WITHOUT* another processor if you can switch to AT89S2051 instead. I am currently working on it, but the idea is to use a usb to serial cable, then, use some vicious bit banging techniques to simulate SPI protocol...

The problem with that is the massive latency of USB, you can manipulate a serial port in real time, you can't USB.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…