https://github.com/pethical/8051-uploader
AT89S51/52 flasher / uploader
https://github.com/pethical/8051-uploader
8051 bitbang flasher ftdi iot microcontroller visual-cpp visual-studio
Last synced: about 2 months ago
JSON representation
AT89S51/52 flasher / uploader
- Host: GitHub
- URL: https://github.com/pethical/8051-uploader
- Owner: Pethical
- License: mit
- Created: 2016-06-10T18:42:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T18:23:37.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T14:53:47.515Z (3 months ago)
- Topics: 8051, bitbang, flasher, ftdi, iot, microcontroller, visual-cpp, visual-studio
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 8051-Uploader
AT89S51/52 flasher with FTDI232## Pin map
| FTDI | AT89S51 |
|------|---------|
| TX | RST |
| RX | MOSI |
| CTS | CLK |
| DTR | MISO |## How to use?
```
8051Uploader.exe Path-To-Hex-File-To-Flash.hex
```