Update README.md

This commit is contained in:
Ian 2019-02-25 08:14:01 +02:00 committed by GitHub
parent 42f868f761
commit 79d2b062ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,11 @@ Qt Based Interface to a HP Prime Calculator
Originally intended as a Qt based GUI to libhpcalcs but it looks like much of the
HP Prime interface has changed.
The code currently includes hpcalcs as a reference but this will come out in time
The code currently includes hpcalcs as a reference but this will come out in time.
Using libusb to communicate directly with the HP Prime. This requires reverse engineering of the interface
Using libusb to communicate directly with the HP Prime. This requires reverse engineering of the interface.
The sync version of libusb is applied, but ultimately the async routines will be used.
If anyone wants to help, or has a description of the protocol, you are very welcome to get involved