Post Reply 
HP 50g using datasets from SD card
05-19-2020, 05:50 AM
Post: #10
RE: HP 50g using datasets from SD card
Hello,

The easiest way would probably to be to save the data as a HP native string.
To do so, you will need to prepend 5 bytes before your data which represents the string "structure". 5 nibbles for the string prologue (I do not remember it from the top of my head) and 5 nibble size (in nibbles = nbChrs*2+5)...

Harder would be to save it as a native matrix. BUT the loading would be quicker as you would not need to do a str-> on the calc after loading.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 50g using datasets from SD card - cyrille de brébisson - 05-19-2020 05:50 AM



User(s) browsing this thread: 1 Guest(s)