Skip to main content

universal programmer for microcontrollers via bootloader

Project description

Универсальный загрузчик ПО в микроконтроллеры: avr8, 1887ve4u, avr16, 1986ve1t, 1986ve91t, stm32f4

Можно использовать из командной строки: python -m sdg_flasher -p COM1 -c 500000_O_2 -d ve1t -a 85 -o w -f "ololo.hex"

Пример использования:

from sdg_io import SdgIO
from sdg_flasher import Flasher

io = SdgIO('COM1', '115200_O_2')
Flasher(io, file='ololo.hex', device='ve1t, opt='wv', addr=b'', rebootcmd='b'').do()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sdg_flasher-0.3-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page