Post Reply 
HpUserEdit and 48sx
04-28-2015, 12:09 PM
Post: #1
HpUserEdit and 48sx
What is the best way to transfer files from a 48sx to/from a Windows PC? I downloaded HpUserEdit, but am not sure if it does the file transfer. It looks like a great IDE though. Am I missing something? Any other software I should be using instead? Thank you!

-- Sanjeev Visvanatha
Find all posts by this user
Quote this message in a reply
04-28-2015, 01:08 PM (This post was last modified: 04-28-2015 01:11 PM by ElectroDuende.)
Post: #2
RE: HpUserEdit and 48sx
(04-28-2015 12:09 PM)Sanjeev Visvanatha Wrote:  What is the best way to transfer files from a 48sx to/from a Windows PC? I downloaded HpUserEdit, but am not sure if it does the file transfer. It looks like a great IDE though. Am I missing something? Any other software I should be using instead? Thank you!

When I was doing my degree and used intensively the 48, Transfile WIN48, from Yellow Computing was the best option I could find. It came as a "pack" with my HP48G (calculator + software + cable for the equivalent of 150eur) It also added a huge amount of shareware for the calculator... I ignore the availability of it now, or if it works on newer OS's (Win XP was the last I tested and was OK).
Find all posts by this user
Quote this message in a reply
04-28-2015, 01:49 PM
Post: #3
RE: HpUserEdit and 48sx
(04-28-2015 12:09 PM)Sanjeev Visvanatha Wrote:  What is the best way to transfer files from a 48sx to/from a Windows PC? I downloaded HpUserEdit, but am not sure if it does the file transfer. It looks like a great IDE though. Am I missing something? Any other software I should be using instead? Thank you!

I believe the HP ConnKit4 will work with an SX, however you would be limited to Kermit protocol as there is no XMODEM library for the SX (included in ConnKit for GX and 49/50 have this built-in).

If that does not work and you can't locate TransFile Win48, let me know.

The HP ConnKit does work on Win-7 x64.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
04-28-2015, 04:51 PM
Post: #4
RE: HpUserEdit and 48sx
I may be mistaken, but Debug4x includes a file transfer program. It not only allows you to program in assembly and sysrpl, but I believe you can also program in user rpl as well.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
04-28-2015, 06:20 PM (This post was last modified: 04-28-2015 06:25 PM by Gilles.)
Post: #5
RE: HpUserEdit and 48sx
(04-28-2015 12:09 PM)Sanjeev Visvanatha Wrote:  What is the best way to transfer files from a 48sx to/from a Windows PC? I downloaded HpUserEdit, but am not sure if it does the file transfer. It looks like a great IDE though. Am I missing something? Any other software I should be using instead? Thank you!

Not sure HPUserEdit work with an HP48SX emulator (?), but perhaps this could work :

1/ Write your program with HPUserEdit and debug it with the emulator
2/ When OK, export your file from HPUserEdit in binary format (file - export)
3/ Use the connectivity kit to transfert your program in the 48 SX

For what I know, you can't transfert a program directly from HPUserEdit to a 48-50 hardware device. You have to use the connectivity kit.

HPUserEdit is a perfect tool for write User RPL Program.

Note that you can alo import bin file from the HP50 (and perhaps 48)
Find all posts by this user
Quote this message in a reply
04-28-2015, 06:25 PM
Post: #6
RE: HpUserEdit and 48sx
(04-28-2015 01:49 PM)rprosperi Wrote:  If that does not work and you can't locate TransFile Win48, let me know.

Transfile Win 48: $4
Find all posts by this user
Quote this message in a reply
04-29-2015, 01:23 AM
Post: #7
RE: HpUserEdit and 48sx
Thank you all for the suggestions. I tried Hp 48 Explorer for transferring files between my Win XP machine and the 48SX. HpUserEdit is used to create and debug on the PC with a 48SX emulator. This seems to work for me.

In terms of Transfile Win 48, I may give that a shot. $4 product plus $10 shipping to Canada makes me want to try this free route first Smile

-- Sanjeev Visvanatha
Find all posts by this user
Quote this message in a reply
04-29-2015, 01:42 AM
Post: #8
RE: HpUserEdit and 48sx
(04-28-2015 06:25 PM)Dave Frederickson Wrote:  
(04-28-2015 01:49 PM)rprosperi Wrote:  If that does not work and you can't locate TransFile Win48, let me know.

Transfile Win 48: $4

Or FREE from here.
Find all posts by this user
Quote this message in a reply
04-29-2015, 02:54 PM
Post: #9
RE: HpUserEdit and 48sx
(04-28-2015 12:09 PM)Sanjeev Visvanatha Wrote:  What is the best way to transfer files from a 48sx to/from a Windows PC?

I personally use the "Library 1275: XYMODEM v3.2 for S/G" on the HP48SX for transfering data from and to the calculator. With this library restoring a RAM Backup with ~128KB took about 3 min vs. 30 min with the Kermit protocol.

The library is part of AS-Comm from André Schoorl's Compilations in the directory "comm/misc/xymodem32.lib".

The problem today is finding a X/YModem program for the PC supporting the serial interface. Users of WinXP and earlier can use the integrated program Hyperterminal for this.

Christoph
Visit this user's website Find all posts by this user
Quote this message in a reply
04-30-2015, 01:58 AM
Post: #10
RE: HpUserEdit and 48sx
(04-29-2015 02:54 PM)Christoph Giesselink Wrote:  
(04-28-2015 12:09 PM)Sanjeev Visvanatha Wrote:  What is the best way to transfer files from a 48sx to/from a Windows PC?

I personally use the "Library 1275: XYMODEM v3.2 for S/G" on the HP48SX for transfering data from and to the calculator. With this library restoring a RAM Backup with ~128KB took about 3 min vs. 30 min with the Kermit protocol.

The library is part of AS-Comm from André Schoorl's Compilations in the directory "comm/misc/xymodem32.lib".

The problem today is finding a X/YModem program for the PC supporting the serial interface. Users of WinXP and earlier can use the integrated program Hyperterminal for this.

Christoph

Thanks Christoph, I was not aware of this library, yet another jewel from AS.

FYI - HyperTerminal can still be used on Win-7 (as well as Win-8) - instructions and a link to download the needed files can be found here.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
04-30-2015, 02:48 AM (This post was last modified: 04-30-2015 03:12 AM by Sanjeev Visvanatha.)
Post: #11
RE: HpUserEdit and 48sx
Thank you for the Hyperterminal / Library 1275: XYMODEM v3.2 recommendation! It works well in XP.

-- Sanjeev Visvanatha
Find all posts by this user
Quote this message in a reply
Post Reply 




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