JARduino/README.md

20 lines
877 B
Markdown
Raw Normal View History

2021-07-10 00:00:35 -04:00
## JARduino
2020-08-01 01:34:35 -04:00
2021-07-10 00:00:35 -04:00
Aplicación creada establecer comunicación Serial (arduino, ESP, bluetooth, etc).
De forma rápida, sin necesidad de cargar programas "pesados" o un IDE.
Util para lectura del puerto serial, o testear alguna respuesta del microcontrolador,
etcetera., de forma rápida, sin necesidad de cargar programas "pesados" o un IDE.
Descargas:
2020-08-01 02:01:59 -04:00
- [Instalable (JRE)](https://drive.google.com/drive/folders/1CTUEWgKrnmwVpzwWy5cdtpmkGBE4jC9B?usp=sharing)
- [Instalable (JRE-JDK)](https://drive.google.com/drive/folders/16UYr7QtjUDnVN8jFD80o5tPCmkCntoMS?usp=sharing)
2020-08-01 13:17:52 -04:00
- [Jar Ejecutable+libreria](https://drive.google.com/drive/folders/1BeTCSQGqYx-Ox-ys0wpZyAjvPapq0O7R?usp=sharing) *click derecho: ejecutar con JRE*
2021-07-10 00:00:35 -04:00
**Estructura del directorio** para ejecutar
![img](estructura-jar-lib.png)
2020-08-01 13:17:52 -04:00
2021-07-10 00:00:35 -04:00
```bash
2021-07-10 00:06:33 -04:00
# Corre en Linux & Windows
2021-07-10 00:00:35 -04:00
java -jar JARduino.jar
```