2019-02-10 18:21:59 +02:00
|
|
|
# QtHPConnect
|
|
|
|
Qt Based Interface to a HP Prime Calculator
|
|
|
|
|
2019-02-10 18:26:56 +02:00
|
|
|
Originally intended as a Qt based GUI to libhpcalcs but it looks like much of the
|
|
|
|
HP Prime interface has changed.
|
|
|
|
|
2019-02-25 08:14:01 +02:00
|
|
|
The code currently includes hpcalcs as a reference but this will come out in time.
|
2019-02-10 18:26:56 +02:00
|
|
|
|
2019-02-25 08:14:01 +02:00
|
|
|
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.
|
2019-02-10 18:26:56 +02:00
|
|
|
|
|
|
|
If anyone wants to help, or has a description of the protocol, you are very welcome to get involved
|
|
|
|
|