Post Reply 
HP41CL newbie question
01-16-2018, 07:37 PM
Post: #11
RE: HP41CL newbie question
(01-16-2018 01:14 PM)Sylvain Cote Wrote:  Hello Neve,

I was not able to finish updating the update procedure last night, sorry about that.

Good news, is that it is working.
CMOPEN only open the communication channel, its normal response is nothing on the calculator and OPEN_CHANNEL_REQUEST/OPEN_CHANNEL_RESPONSE on the computer.

I suggest that you really read the following documents: Open up the clupdate-1.1.0-readme.txt file and go to line 611, you will see an example of the update process.

The basic things that you have to type on the calculator once everything has been setup are:
Code:
CMOPEN         // open up the communication channel
"*"            // scan all Flash space for outdated ROMs
FLCHK?         // do the scanning process (take around 3 hours on the v5 board)
"*"            // update all outdated ROMs marked by FLCHK?
FLUDP          // do the update process (should not take much time since your v5 is almost up to date)
CMCLOSE        // close communication channel

Best regards,

Sylvain

OK, process started.
This is what I have on the screen after XEQ FLCHK?:
java -jar clupdate-1.1.0.jar --update rom_files_171202.zip /dev/tty.usbserial 4800

20:27:16 --update [fileName: rom_files_171202.zip] [portName: /dev/tty.usbserial] [baudRate: 4800]
20:27:16 File rom_files_171202.zip loading ... done
20:27:18 Serial /dev/tty.usbserial opened at 4800 baud.
20:27:18 Waiting for 41CL commands ...
20:27:20 Received OPEN_CHANNEL_REQUEST(0x41)
20:27:20 Sent OPEN_CHANNEL_RESPONSE(0x42)
20:28:39 Received FLDB_8MB_IMPORT_REQUEST(0x47) [Page: 0x0DE] [BoardGeneration: third] [EstimatedFullScan: 02h 51m 18s]
20:28:39 File [FileName: FLDB.ROM] [YCRC:0x12022017] [Rev: 2017-12-02]
20:28:39 Sending 8192 = 8192 bytes sent
20:29:06 Received KEEP_ALIVE(0x59))))))))))))))))))))

Now waiting... I'll be reading what you recommended, a little at a time....

Is this all I have to do?
What about the other files I have: METX.ZIP, PWRX.ZIP and WARP.ZIP? Do I need to update the separately, or are they included in the rom_files_171202.zip file?

Thank you all!!

Engineer & Senior IT Executive
2x HP41CL, HP41CX, HP48GX, HP50g, 2x82162A Printer, 2x82143A Printer, 2x HP-IL, 2x Card-Readers, PIL-BOX.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP41CL newbie question - Neve - 01-15-2018, 04:07 PM
RE: HP41CL newbie question - Sylvain Cote - 01-15-2018, 04:52 PM
RE: HP41CL newbie question - Neve - 01-15-2018, 05:09 PM
RE: HP41CL newbie question - rprosperi - 01-15-2018, 06:45 PM
RE: HP41CL newbie question - Neve - 01-15-2018, 06:57 PM
RE: HP41CL newbie question - rprosperi - 01-15-2018, 07:24 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 03:27 AM
RE: HP41CL newbie question - Neve - 01-16-2018, 03:40 AM
RE: HP41CL newbie question - Sylvain Cote - 01-16-2018, 01:14 PM
RE: HP41CL newbie question - Neve - 01-16-2018 07:37 PM
RE: HP41CL newbie question - Sylvain Cote - 01-16-2018, 08:56 PM
RE: HP41CL newbie question - rprosperi - 01-16-2018, 09:19 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 09:27 PM
RE: HP41CL newbie question - rprosperi - 01-16-2018, 03:11 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 07:55 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 09:03 PM
RE: HP41CL newbie question - Neve - 01-16-2018, 10:35 PM
RE: HP41CL newbie question - Sylvain Cote - 01-17-2018, 12:54 AM
RE: HP41CL newbie question - Neve - 01-17-2018, 06:41 AM



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