Skip to content

RamasyaR/flashloader_89c5x

Repository files navigation

Flash loader for 89c5x microcontrollers.

This software is a Python utility for write/read flash memory for 89C5x microcontroller series.

To build and install package manually, enter this command:

$ git clone https://github.com/RamasyaR/flashloader_89c5x.git
$ cd ./flashloader_89c5x/
$ poetry build
$ pip install ./dist/flashloader-x.x.x-py3-none-any.whl

How to use util:

$ flashloader
Welcome to the flashtool shell. Type help or ? to list commands.

flasher > 
flasher > help

Documented commands (type help <topic>):
========================================
exit  help

Undocumented commands:
======================
chip_info  disconnect  get_checksum  programmer_info  set_cursor  verify
connect    erase       get_pgm       read             status      write 

flasher > 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages