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 19fb57f7ed Works damn well now 2016-08-21 15:32:52 +02:00
doc Works damn well now 2016-08-21 15:32:52 +02:00
include Works damn well now 2016-08-21 15:32:52 +02:00
src Works damn well now 2016-08-21 15:32:52 +02:00
.gitignore Enhanced project organization 2016-08-21 14:30:52 +02:00
Makefile Enhanced project organization 2016-08-21 14:30:52 +02:00
Makefile.vars Works damn well now 2016-08-21 15:32:52 +02:00
README.md Initial commit 2016-08-16 21:33:44 +02:00
TODO.md Works damn well now 2016-08-21 15:32:52 +02:00
configure Enhanced project organization 2016-08-21 14:30:52 +02:00
reconfigure Added re/configure script and log utility 2016-08-19 02:14:51 +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.