The Museum of HP Calculators

HP Forum Archive 14

[ Return to Index | Top of Index ]

HPILCOM and HP-41 via RS232c
Message #1 Posted by Emmanuel, France on 28 Dec 2003, 11:27 a.m.

I tested the program. It works in the two ways.
Id est sending and receiving HP-41 programs via HP82164A.
For instance, this one:
LBL'TEST
'TEST OK
AVIEW
RTN
TEST.DAT:
0015C000F50054455354F754455354204F4B7E85C8022DF5

But I had problems to send programs previously saved with the following configuration: HP-41 (HP-IL & X-I/O) -> HP82169A HP-IL/HP-IB -> HP82335A HP-IB/PC card. I used HP softwares & libraries made for the previous card. All programs were saved under 'program name.BIN' Thus CONFIG ( is APPEND) 01 LBL "CONFIG" 02 7 E-3 03 LBL 00 04 CF IND X 05 ISG X 06 GTO 00 07 "PAGE DEBUT?" 08 PROMPT 09 GTO IND X 10 LBL 07 11 SF 00 12 SF 01 13 SF 02 14 GTO 06 15 LBL 11 16 SF 01 17 LBL 09 18 SF 00 19 GTO 08 20 LBL 14 21 SF 01 22 LBL 12 23 SF 02 24 SF 03 25 GTO 06 26 LBL 10 27 SF 01 28 GTO 08 29 LBL 15 30 SF 01 31 LBL 13 32 SF 00 33 LBL 08 34 SF 03 35 LBL 06 36 "TAILLE?" 37 PROMPT 38 CLA 39 FIX 0 40 CF 28 41 CF 29 42 ARCL X 43 ASTO X 44 SF 25 45 GTO IND X 46 GTO 06 47 LBL "8" 48 SF 06 49 SF 05 50 LBL "4" 51 SF 07 52 GTO 05 53 LBL "16" 54 SF 06 55 SF 05 56 SF 04 57 LBL 05 58 CLA 59 2,6350741 60 LBL 04 61 FS? IND X 62 "*" 63 FC? IND X 64 "-" 65 FRC 66 10 67 * 68 X0? 69 GTO 04 70 AVIEW 71 END was saved under 'CONFIG.BIN': 00B6C000F700434F4E46494700171B1C1301A9F39673B181FB50414745 2044454255543F8EAE7308A800A801A802B7000CA8010AA800B9000FA8 010DA802A803B7000BA801B900CF0FA8010EA80009A80307F75441494C 4C453F8E879C00A91CA91D9B739A73A819AE73B700C20FF20038A806A8 05C401F20034A807B651C401F3003136A806A805A804068700121A1613 1510171411000000000005ACF3F27F2AADF3F27F2D690011104264B5D2 7E000000000000CC072DF9 I renamed it 'CONFIG.DAT' and tested it. I got 'READ ERR' when 'CONFIG, XEQ'INP on HP-41?! However the codes used are the same, aren't they? Please advice. Thanks.

      
Re: HPILCOM and HP-41 via RS232c
Message #2 Posted by Hans Brueggemann [GER] on 28 Dec 2003, 1:05 p.m.,
in response to message #1 by Emmanuel, France

hi emmanuel, i just copied and pasted the DAT stream from your above posting into my text editor. then i removed the six linebreaks to get one long line of hex numbers. then i added a line break at the end of the hex numbers (right after the 2DF9). then i saved it as "CONFIG.DAT" . reading the program back to an HP-41C through HPILCOM was no problem. maybe, you should check two things: 1) there *must* be a line break at the end of the data. 2) no line breaks are allowed in the data.

hope, this helps

cheers, hans

            
Re: HPILCOM and HP-41 via RS232c
Message #3 Posted by Emmanuel, Frankreich on 28 Dec 2003, 1:09 p.m.,
in response to message #2 by Hans Brueggemann [GER]

Sehr Hans,
Alles in Ordnung. Schön.
Danke. Grüsse.
Emmanuel


[ Return to Index | Top of Index ]

Go back to the main exhibit hall