Find a file
2020-02-08 18:51:52 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-02-28 15:23:04 +02:00
hidapi First Commit 2019-02-10 15:32:15 +02:00
icons WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
include External drag drop 2020-02-08 18:51:52 +02:00
libhpcalcs Lists 2019-03-02 21:20:23 +02:00
abstractdata.cpp External drag drop 2020-02-08 18:51:52 +02:00
AUTHORS Clean up 2019-02-10 19:33:36 +02:00
CHANGELOG.md Create CHANGELOG.md 2019-02-10 19:26:00 +02:00
cntfilesystemmodel.cpp External drag drop 2020-02-08 18:51:52 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-02-25 08:11:44 +02:00
datamodel.cpp Update 2020-02-02 19:13:27 +02:00
errorhandler.cpp Update 2020-02-02 19:13:27 +02:00
eventthread.cpp Update 2020-02-02 19:13:27 +02:00
eventtimer.cpp Update 2020-02-02 19:13:27 +02:00
getnumber.cpp Update 2020-02-02 19:13:27 +02:00
getnumber.ui Display image on Monitor Window 2019-02-17 18:24:52 +02:00
hp_infodialog.cpp Update 2020-02-02 19:13:27 +02:00
hp_infodialog.ui Added context menu for settings 2019-02-11 22:54:51 +02:00
hp_mdilogwindow.cpp External drag drop 2020-02-08 18:51:52 +02:00
hp_mditexteditor.cpp External drag drop 2020-02-08 18:51:52 +02:00
hp_mdivariableedit.cpp Include dir 2020-02-07 20:50:36 +02:00
hp_mdiwindow.cpp External drag drop 2020-02-08 18:51:52 +02:00
hp_mdiwindow.ui External drag drop 2020-02-08 18:51:52 +02:00
hp_settingsdlg.cpp Update 2020-02-02 19:13:27 +02:00
hp_settingsdlg.ui Completed Settings Dialog 2019-02-12 22:48:35 +02:00
hpdata.cpp Update 2020-02-02 19:13:27 +02:00
hptoolbox.cpp Include dir 2020-02-07 20:50:36 +02:00
hptreeitem.cpp Update 2020-02-02 19:13:27 +02:00
hpusb.cpp eventHandler thread terminate 2020-01-19 18:55:14 +02:00
input.txt WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
LICENSE Create LICENSE 2019-02-10 19:06:06 +02:00
main.cpp Update 2020-02-02 19:13:27 +02:00
mainwindow.cpp Create file 2020-02-08 10:42:51 +02:00
mainwindow.ui Include dir 2020-02-07 20:50:36 +02:00
matrixdata.cpp Update 2020-02-02 19:13:27 +02:00
model.qmodel WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
NEWS Clean up 2019-02-10 19:33:36 +02:00
Notes Extract Data 2019-02-21 20:51:56 +02:00
options.cpp Update 2020-02-02 19:13:27 +02:00
options.ui File Read 2019-04-02 21:14:31 +02:00
QtHPConnect.pro Create file 2020-02-08 10:42:51 +02:00
qthpconnect.qrc WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
README.md General Update 2020-01-07 20:41:18 +02:00
texteditor.cpp External drag drop 2020-02-08 18:51:52 +02:00
TODO.md Lists 2019-03-02 21:20:23 +02:00
treemodel.cpp Update 2020-02-02 19:13:27 +02:00
variableview.cpp Update 2020-02-02 19:13:27 +02:00
variableview.ui Update 2020-02-02 19:13:27 +02:00
vartablemodel.cpp Update 2020-02-02 19:13:27 +02:00

QtHPConnect

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.

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

Depends libusb-dev Depends libhidapi-libusb

Note : udev/rules.d SUBSYSTEM=="usb", ATTRS{idVendor}=="03f0", MODE="0666" SUBSYSTEM=="usb_device", ATTRS{idVendor}=="03f0", MODE="0666"