The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

hp-prime videos
Message #1 Posted by CompSystems on 15 Nov 2013, 8:25 p.m.

0: HP Prime: Reseteo y modo de diagnóstico

http://www.youtube.com/watch?v=B-pY9zpPmkY

1: WP 20131111 080956Z ??

https://www.youtube.com/watch?v=P9_-FNyE5kM

2: How much does the HP Prime Calculator battery REALLY lasts?

http://www.youtube.com/watch?v=sGvbxDgt_Yc

PD: http://en.wikipedia.org/wiki/HP_Prime

Edited: 15 Nov 2013, 8:27 p.m.

      
Re: hp-prime videos
Message #2 Posted by Marcus von Cube, Germany on 16 Nov 2013, 9:56 a.m.,
in response to message #1 by CompSystems

Quote:
1: WP 20131111 080956Z ??

https://www.youtube.com/watch?v=P9_-FNyE5kM


I'm having trouble to understand this video. I assume that you're using a USB monitor tool. What's interesting about the communication and what is the title of the video going to tell us?
            
Re: hp-prime videos
Message #3 Posted by debrouxl on 16 Nov 2013, 2:32 p.m.,
in response to message #2 by Marcus von Cube, Germany

That looks like one of the various USB monitor tools, indeed.

As documented since August through USB descriptor dumps, the communication is based on USB HID, and therefore driver-less. It's relatively slow, due to delays on the calculator side, aimed at trying to avoid overwhelming Windows' crappy USB HID stack.
USB dumps made while the HP Connectivity Kit is running show that above HID, there's a protocol containing operations (and metadata, if that applies) for:
* sending files;
* receiving files;
* receiving backups;
* receiving screenshots;
* getting undecoded information about the calculator, including firmware version;
* setting the calculator's time;
* triggering some form of "ready" check, or something like that;

More things might be possible, but are undetermined yet, for instance (those are operations available on some, or all, TI graphing calculators):
* quickly getting the list of files without triggering a lengthy full backup ("dirlist", an very important operation - IMO, if HP hasn't implemented it yet, they should do it !);
* sending keypresses;
* remote file operations (delete, rename, maybe even calculator-side copy).


Reverse-engineering and backend implementation work for a FLOSS third-party Prime connectivity kit aimed at Windows, Linux and MacOS X, is well underway in the traditionally TI community (TI-Planet, Omnimaga, Cemetech) since nearly a month ago. Tim Wessman needs to be thanked once more for publicly helping with the peculiarities of CRC computations and screenshots on the Prime.
The current state of the code base is that:
* on the plus side, the aforementioned operations usually work, for my several beta-testers. The architecture and API are derived from the time-proven libti* architecture, and is likely to apply to the 39gII as well, which is closer to the Prime than, say, a TI-85 is to a Nspire;
* on the minus side, there's no post-processing of screenshots so that they have proper colors... and most of all, there's no GUI...
From the POV of most end users, lack of a GUI makes the program worthless. That's why libhpcalcs wasn't announced outside of the traditionally TI community yet. I don't know how people here would react to working, but arguably hard to use for a significant portion of the target user base, code... therefore, as a newcomer, better staying quiet than spamming people with my programs too early, or so I think :)

Without the video linked by CompSystems, and the implied possible work duplication (a shame in a community !), I still wouldn't have mentioned libhpcalcs here for another little while. People are of course welcome to try and use it, and contribute to it.
(oh, that was a lengthy post)

Edited: 16 Nov 2013, 3:31 p.m.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall