Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 565 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 565 Bytes

simpleserialization-android

Original project: http://code.google.com/p/simpleserialization By: jarontec@gmail.com

The SimpleSerialization library provides the functionality to serialize and deserialize objects to streams that then can be sent via a serial connection. Currently there is an implementation of the library for the Arduino microcontroller so that a Java application and an Arduino can communicate via the serial interface.