Post Reply 
Copying files from SD Card to HP Prime.
08-27-2023, 04:04 PM
Post: #3
RE: Copying files from SD Card to HP Prime.
(08-26-2023 10:37 PM)Insoft Wrote:  That seems quite intriguing! I was pondering a few days back about employing USB for transferring a file to the HP Prime. The idea is to send a PPL program through USB and have it execute once it's on the device. This would be an alternative to utilizing the HP Connection Kit app. The goal is to allow easy editing of the PPL file and swift testing directly on the HP Prime.

Essentially, the plan involves utilizing the GPIO pins of a Raspberry Pi to transmit the data to both the Arduino and the HP Prime. The HP Prime would run a simple application responsible for receiving the file, saving it, and subsequently launching it.

I haven't been able to do that yet, although with this set up I will just have to send a .txt file to the HP Prime.

I assume that then I will need to use AProgram() as it the only way I can see that you would be able to input to a program from the 'outside'. Then the txt file will have to be parsed into bytes with AFilesB() and then that turned into a string and finally Aprogram:=string. That should do it.
[/code]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Copying files from SD Card to HP Prime. - matalog - 08-27-2023 04:04 PM



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