Connect the Prime with Macs
|
10-04-2014, 09:56 AM
Post: #1
|
|||
|
|||
Connect the Prime with Macs
I there any software for connecting the calculator with Macs? If not, which seems to me to be the current situation, is there any information available about comms protocoll etc.?
If both is not available then chances are that the calc is already a dead product for me as a Mac user. (No PCs in this house and no additional money for buying yet another machine, sorry HP...) |
|||
10-04-2014, 10:47 AM
Post: #2
|
|||
|
|||
RE: Connect the Prime with Macs
Yes,
maybe this: http://www.hpmuseum.org/forum/thread-52.html "libhpcalcs: portable (Windows / MacOS X / Linux) connectivity kit library" |
|||
10-04-2014, 07:22 PM
Post: #3
|
|||
|
|||
RE: Connect the Prime with Macs
(10-04-2014 10:47 AM)Thomas_Sch Wrote: Yes, Thanks once more, Thomas! I knew already about libhpcalcs but for me it is no option at all. (Better things to do than installing, de-installing, re-installing, checking, trying, testing and adventuring around just to connect two machines.) Perhaps I am going to develop some connection tool for the Mac, if I have the time. Ciao and thanks, Nick |
|||
10-06-2014, 04:19 PM
(This post was last modified: 10-06-2014 04:20 PM by Adriweb.)
Post: #4
|
|||
|
|||
RE: Connect the Prime with Macs
Just for info, it took just a few minutes from downloading the install script to get the program running, on my mac
Basically you just have to run it and wait, you don't have to do much yourself. TI-Planet.org co-administrator |
|||
10-06-2014, 05:54 PM
Post: #5
|
|||
|
|||
RE: Connect the Prime with Macs
libhpcalcs' main problem is indeed the lack of a GUI... As Adriweb wrote, it's not that hard to build, though
Everyone is welcome to develop UIs on top of libhpcalcs. Thanks to an API derived from the original libti* for TI graphing calculators, it aims at reusability; C is the most interoperable language, and it's also very portable. If I were to develop an UI myself (in fact, I had started making an autotools skeleton), it would be based on Qt, because that's the one choice for portability and interoperability. |
|||
10-07-2014, 06:18 AM
Post: #6
|
|||
|
|||
RE: Connect the Prime with Macs
Any progress on being able to do firmware updating with this software?
|
|||
10-07-2014, 07:57 AM
Post: #7
|
|||
|
|||
RE: Connect the Prime with Macs
Nope. No progress on that front since my initial work analyzing the protocol in August 2013 from USB dumps obtained for critor, described at http://tiplanet.org/hpwiki/index.php?tit...g_Protocol .
Besides the blocking aspect of insufficient protocol analysis, in order to support the firmware reflashing process, the cables part of libhpcalcs needs to be refactored, so that it enumerates through libusb, then hands over to hidapi for HID operation, or keeps using libusb for firmware reflashing mode. libticables uses libusb, so there will be more copy-paste-modify to libhpcalcs. |
|||
10-07-2014, 01:49 PM
Post: #8
|
|||
|
|||
RE: Connect the Prime with Macs
(10-07-2014 06:18 AM)ColinJDenman Wrote: Any progress on being able to do firmware updating with this software? When it has re-enumerated for updating, it is actually in bulk mode and used direct SCSI write to the flash. TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-08-2014, 03:52 PM
Post: #9
|
|||
|
|||
RE: Connect the Prime with Macs
(10-07-2014 01:49 PM)Tim Wessman Wrote: When it has re-enumerated for updating, it is actually in bulk mode and used direct SCSI write to the flash. Would it really not have been simpler to implement a basic storage device USB connection to the Prime -- countless cameras, memory sticks and other things operate through such an approach without the need for a bespoke host system driver and it would have been essentially OS agnostic. |
|||
10-08-2014, 03:53 PM
(This post was last modified: 10-08-2014 03:54 PM by Tim Wessman.)
Post: #10
|
|||
|
|||
RE: Connect the Prime with Macs
We didn't implement it...
And yes. The basic issue is they need the files placed at an exact memory location and the OS doesn't support a way to place things that exactly. TW Although I work for HP, the views and opinions I post here are my own. |
|||
10-09-2014, 07:49 PM
Post: #11
|
|||
|
|||
RE: Connect the Prime with Macs
(10-08-2014 03:53 PM)Tim Wessman Wrote: We didn't implement it... Maybe it can work like the virtual directories in Windows Phone My website: ried.cl |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)