cake
/
libp7
Archived
1
0
Fork 1
Dépôt historique de la libp7.
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Thomas Touhey fc9685b249 Chose GPLv2 license 2016-08-22 16:52:16 +02:00
doc Added delfile protocol 2016-08-22 16:37:26 +02:00
include Added delfile protocol 2016-08-22 16:37:26 +02:00
src Added delfile protocol 2016-08-22 16:37:26 +02:00
.gitignore Enhanced project organization 2016-08-21 14:30:52 +02:00
LICENSE.md Chose GPLv2 license 2016-08-22 16:52:16 +02:00
Makefile Added udev rule and way to install it through configuration 2016-08-22 15:29:23 +02:00
Makefile.vars Added delfile protocol 2016-08-22 16:37:26 +02:00
README.md Initial commit 2016-08-16 21:33:44 +02:00
TODO.md Updated TOGO 2016-08-22 10:43:11 +02:00
configure Added udev rule and way to install it through configuration 2016-08-22 15:29:23 +02:00
reconfigure Added re/configure script and log utility 2016-08-19 02:14:51 +02:00
udev.rules Added udev rule and way to install it through configuration 2016-08-22 15:29:23 +02:00

README.md

libp7 - Casio Communication Protocol 7.00 implementation

Introduction

This communication protocol is about how Casio FX calculators share data with a computer for example. This library brings functions to send and receive packets, and implementations of some simple usages (send or get a file).

Sources

Thanks to Simon Lothar for his online documents like the chm part or the fxReverse project documentation.

Thanks to Nessotrin for its UsbConnector and CasioUsb projects, which made me code this lighter and more documented version.