I am doing this in all kinds of roundabout ways and way to cumbersome.
Any ideas of easy ways to transfer RAW format FOCAL programs from a Linux PC to an HP-41(CL)?
HP-41(CL): The easiest way to transfer FOCAL programs from a Linux PC to the HP-41
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
12-03-2013, 02:44 PM
I am doing this in all kinds of roundabout ways and way to cumbersome. Any ideas of easy ways to transfer RAW format FOCAL programs from a Linux PC to an HP-41(CL)? ▼
Post: #3
12-04-2013, 03:44 AM
I have written a python script based on the one on the CL-homepage to transfer raw and hex files to and from the 41cl. If you're interested I can send it to you. ▼
Post: #4
12-04-2013, 03:51 AM
Sorry, I didn't read/understand your request correctly. The script I wrote can transfer only binary (as well as hex) data-files. It may be used to transfer binary FOCAL-files as well but I have no experience with it. I only use it for making backups and updating rom-files. As an additional feature it calculates the checksum which can be compared to the one on the calculator.
Post: #8
12-04-2013, 10:58 AM
My suggestion: use Leo Duran's 41 uc compiler to convert FOCAL file to LIF format, then use the PIL-Box :-)
Edited: 4 Dec 2013, 10:59 a.m.
Post: #9
12-04-2013, 06:09 PM
To those of you who are still on Windows; How do you transfer FOCAL programs from your PC to your HP-41? ▼
Post: #10
12-05-2013, 12:55 AM
Quote: If you mean FOCAL and not "RAW", I'd generate bar codes and use the bar code wand to enter the code into the calculator. If I had the need to transfer RAW, I'd look into using bar codes for that, too - I think it should be possible to replace the "code generation" part with something that takes RAW data (possibly encoded as hex strings, base64, whatever).
Note that this may or may not be PC-specific; "my" barcode generator only requires a reasonably up-to-date web browser. Edited: 5 Dec 2013, 12:56 a.m. ▼
▼
Post: #12
12-05-2013, 02:39 AM
Note: the description is slightly out of date; it seems to work fine with recent versions of internet explorer, too. Edited: 5 Dec 2013, 2:44 a.m.
Post: #15
12-05-2013, 02:40 AM
hi geir, |