HP 85A. GET and SAVE commands. - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: HP 85A. GET and SAVE commands. (/thread-244494.html) |
HP 85A. GET and SAVE commands. - inaki - 06-02-2013 Hi.
Inaki.
Re: HP 85A. GET and SAVE commands. - Patrice - 06-03-2013 Did you set the switches in the ROM emulation module ? From memory, it should be easier to use IO ROM and redirect serial input to keyboard.
Otherwise, there is windows software to read/write on floppy disks Edited: 3 June 2013, 4:27 a.m.
Re: HP 85A. GET and SAVE commands. - Paul Berger (Canada) - 06-03-2013 I don't think you need the extended mass storage to get these commands, the EMS ROM is just to support SS/80 protocol. The GET and SAVE commands seem to be part of the base commend set for the 85B and the EMS ROM was optional. The 85B had built in the Mass storage ROM and the Edisk ROM, and I suspect that they are the ones you need. If you have the Edisk and EMS ROMs installed, but don't have the 85B version of the Mass storage ROM that is likely what it is complaining about. The 85B version of mass storage is required for the Edisk and EMS ROMs. This is what lead me to design my first EPROM card, in my case I wanted to be able to access my SS/80 diskette unit. I took a quick look at the ROM images, GET and SAVE are part of the Edisk ROM so what you need is 85B version of the Mass Storage ROM and the 85B Edisk ROM. For the switch setting if you are looking at John Shadbolt's ROM list the ROM number are of course in decimal and the switch setting are binary the Edisk is not listed but it is on one higher than the mass storage or 11010001
Re: HP 85A. GET and SAVE commands. - inaki - 06-03-2013 I have replaced the EMS module by MS and now it works! :-) However, sometimes, when I use the GET command to retrieve a file saved with SAVE, I get the error: "ERROR 126 MSUS". If I retry the command I get the usual "DONE" indicator and I can see the listing is loaded fine. Do you know what does this error mean ?
Thanks for your help!!
Re: HP 85A. GET and SAVE commands. - Paul Berger (Canada) - 06-03-2013 ERROR 126 MSUS "The specified mass storage unit specifier is invalid"
The usual format being ":Dsau" of "filename:Dsau" where s is the select code of the HPIB adapter, a is the address of the target device, and u is the unit number in the target device. For instance I have a 9122C dual diskette unit at address 0 and my 86B's built in HPIB adapter uses select code 7 so if I wanted to list the files on a diskette in the first drive the command would be CAT ":D700" and if I wanted to copy a file from the first drive to the second one the command would be COPY "fname:D700" to "fname:D701"
Re: HP 85A. GET and SAVE commands. - inaki - 06-04-2013 I am using the built in tape. Do i need to specify the format in this case?. Perhaps when I restart the system, the default configuration for GET command points to the wrong interface?
Re: HP 85A. GET and SAVE commands. - Paul Berger (Canada) - 06-05-2013 I have never used the internal tape drive in my 85A so I don't know off the top of my head, I would suggest you refer to the 85B manual. The 85B Owners Manual is on the DVDs available from this site.
|