JARduino/README.md

19 lines
796 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 13:34:47 -04:00
Aplicación creada para establecer comunicación Serial (arduino, ESP, bluetooth, etc).
2021-07-10 00:00:35 -04:00
De forma rápida, sin necesidad de cargar programas "pesados" o un IDE.
2021-07-20 03:04:27 -04:00
Util para lectura del puerto serial, o testear alguna respuesta del microcontrolador.
2021-07-10 00:00:35 -04:00
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
2021-07-10 13:34:47 -04:00
Estructura de directorio **para ejecutar**
2021-07-10 00:00:35 -04:00
![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 13:34:47 -04:00
# Probado en Linux & Windows
2021-07-10 00:00:35 -04:00
java -jar JARduino.jar
```