معرفی شرکت ها


dbug12-0.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python API for D-Bug12 compatible boards
ویژگی مقدار
سیستم عامل -
نام فایل dbug12-0.2.1
نام dbug12
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Fabian Melendez
ایمیل نویسنده fabian.melendez.a@gmail.com
آدرس صفحه اصلی https://github.com/mlndz28/d-bug12
آدرس اینترنتی https://pypi.org/project/dbug12/
مجوز -
[![PyPI](https://img.shields.io/pypi/v/dbug12)](https://pypi.org/project/dbug12/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbug12)](https://pypi.org/project/dbug12/) `d-bug12` is both a Python api, and a command line interface for the Dbug-12 program flashed in Motorola's HC12 chips d-bug12 ======== ## Installation ```bash pip install dbug12 ``` You should have Python's user base directory in your path for the CLI to work properly. In case it's not, use `python -m site --user-base` to get it and add it to your system path. ### Manually Although the recommended way to install is using Python's package installer, there is an installation script (Linux only) in case you don't have `pip` set up. ```bash sudo ./install ``` ## CLI usage ```bash dbug12 [flags] <command> ``` ``` usage: dbug12 [-h] [-p PORT] <command> ... positional arguments: <command> dbug12 <command> -h will show further usage and arguments, if any. Available commands are: load Load a compiled program into memory next-instruction Run a single instruction (from current PC) run Start execution from a specific point of memory monitor Spawns a terminal that directly communicates with the board get-registers Display CPU registers erase-memory Erase a section of memory get-memory Display a section of memory optional arguments: -h, --help show this help message and exit -p PORT, --port PORT serial communication port accessed by the board. Default: "/dev/ttyUSB0" ``` ## Examples Examples for the Python api can be found in [examples](examples). ## Assembling A command line implementation of the HC12 assembler for Linux can be found at [68hc12-linux](https://github.com/mlndz28/68hc12-linux).


نحوه نصب


نصب پکیج whl dbug12-0.2.1:

    pip install dbug12-0.2.1.whl


نصب پکیج tar.gz dbug12-0.2.1:

    pip install dbug12-0.2.1.tar.gz