Home

Awesome

SerialDebug Library for Arduino - source converter

<a href="#releases">build badge</a> <a href="https://github.com/JoaoLopesF/SerialDebugConverter/blob/master/LICENSE.txt">GitHub</a> Gitter chat

SerialDebug is a improved serial debugging to Arduino, with simple software debugger, to see/change global variables, to add watch for these variables, or call a function, in runtime, using serial monitor.

This Java program is a converter, to help to migrate your Arduino codes, from Serial.prints to SerialDebug library

Contents

About

SerialDebug is a library to Improved serial debugging and simple software debugger to Arduino.

SerialDebug library

This converter is to help migrate your codes to use SerialDebug library

This program do:

Beta version

This is a beta version. Not yet fully tested, optimized, and documented.

Github

Contribute to this libray development by creating an account on GitHub.

Please give a star, if you find this library usefull, this help a another people, discover it too.

Please add a issue for problems or suggestion.

I suggest you use a Github Desktop New app to clone, it help to keep updated.

How it looks

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

Usage

This runs in MacOs, Linux and Windows (and other supported by Java).

You can use this converter in 3 modes:

Releases

0.1.0 - 2018-10-17

- First beta