Java library to send and receive data via Serial COM-Ports.
This library is intended to provide an easy way to access the serial-port.
Only a few lines of code are needed to Read or Write data via serial port.
All Properties and Methods are inspired by the "SerialPort"-Class of the .NET Framework (System.IO.Ports.SerialPort)
The benefit of this project is, that it needs only a few lines of code to implement, and a reduced CPU load.
Static Methods are available to send/receive...
Web application whose main purpose is to control GPIO ports of the Raspberry Pi.
It needs to be deployed on a tomcat server in raspi, which start with root permissions.
***
Aplicación web cuyo objetivo principal es el control de los puertos GPIO de la Raspberry Pi.
Tiene que ser desplegado en un servidor tomcat en la Raspberry Pi, el cual arranque con permisos root.