Does the 82240B IR printer work with the 42S?
The 42S manual seems to refer only to the 82240A.
Many thanks,
Les
IR Printer Compatibility
|
|
« Next Oldest | Next Newest »
|
▼
Post: #9
12-18-2006, 09:35 PM
Does the 82240B IR printer work with the 42S? The 42S manual seems to refer only to the 82240A. Many thanks, Les ▼
Post: #10
12-18-2006, 09:50 PM
Yes it does, I just did a self test of my HP 42S with the HP 82240B on (as instructed in the manual) and it works fine. Regards, Thor
Post: #11
12-18-2006, 10:50 PM
Hi, Les; just to add that the HP82240B has two character sets that can be selected by scape sequences: ROMAN8 and ECMA94. The HP48 series allow such selection, but neither the HP42, the HP28 nor the HP41 with IR module allow such selection, and I'd guess it is due to the fact that the HP82240B was introduced after them. The default character set when turning the 82240B on is the one compatible with the 82240A, so any HP calculator with IR output can use it. IIRC, the HP48 series set the ECMA94 character set everytime it prints through the IR output. This can be overriden with the OLDPRT command. Cheers. Luiz (Brazil)
(forgive me if there is any wrong info; I have no manuals in hands right now and it is somehow late here... 01:43 AM) Edited: 18 Dec 2006, 10:55 p.m.
Post: #12
12-18-2006, 11:40 PM
Quote: I can confirm that the 82240B IR printer works with the 17B, 17BII, 27S, 28C, 41C* with IR module, 42S, and 48G. If I had the 18C, 19B, 19BII, 28S, or the other all-HP 48-series, I could confirm those, as well. -- KS
Post: #13
12-19-2006, 09:03 PM
Since the default character set for the 82240B is the Roman 8 set,
The 82240A has only the HP Roman 8 character set, and the 82240B
The characters 128 through 159 aren't defined in ECMA 94 (they're
The escape sequence for switching the 82240B to ECMA 94 is
Both printers ignore any control codes or escape sequences that
I assume that any calculator that prints to the 82240A/B is
The defaults for the printers are single-width, no underline,
For the 48 series and the 49 series that have IR output (and
The 48/49 series OLDPRT command is intended for use with printing
Since I use both the 82240A and the 82240B, I find the following %%HP: F(.); @ Header for ASCII download.The printers also have a command (<27><253>) for printing double-width, and a command (<27><252>) for printing (the default) single-width. This can have a strange effect with (at least) the 48/49 series; if you send the command for printing double-width, the calculator starts formatting the printing for 12 (instead of 24) characters per line, and keeps doing this until it sends the command for switching back to single-width. If you send the command for double-width, and then, without sending the command for single-width, reset the printer (as by turning it off and back on), you'll find that the printer is printing single-width, but the calculator is still formatting the printing for 12 characters per line. To get the calculator back to formatting for 24 characters per line, send the escape sequence <27><252>, or of course to get the printer back to printing double-width, send the escape sequence <27><253> again.
Scans of the 82240A and 82240B owner's manuals are available on
Regards, ▼
Post: #14
12-19-2006, 09:37 PM
PS: If you use the 48/49 series to print to something other than the 82240A/B "Via wire" (including when printing via serial IR or IrDA by setting the calculator to "Transfer via IR"), then it's normally better to execute 0 DELAY, to eliminate the pauses to allow the printer to "catch up" and avoid an input buffer overflow during longer print jobs. For printing to the 82240A/B with very fresh batteries or with the external power adapter connected, I find 1.1 DELAY to work okay. For printing with partially used batteries, the default 1.8 DELAY seems good. Basically, you want a very short pause before printing the next line during long print jobs. In case of a buffer overflow, a black block with a white slash through it is printed. In the case of a character with an uncorrectable error, a black block is printed.
Regards,
Post: #15
12-19-2006, 09:57 PM
Thanks, everyone, for so much help! I have both a 42S and 48G and it seems the printer in question is readily available out there and not too expensive either so to use one effectively if I procure one I have much to learn. Many thanks, Les ▼
Post: #16
12-20-2006, 03:14 PM
You're welcome Les.
Using the printer really doesn't take much learning though; read
I highly recommend getting an AC adapter for it if you expect to
In your case, assuming that you get an 82240B, if you print to it
The reason for the DELAY command on the 48/49 series is that the
On the other hand, printing a full line of column graphics (in
Note that the delay is also used when printing "Via wire", but
Note that there are alternative printers available from Martel
The 82240A/B uses a moving 8-element print head to print a column
But the last that I read, the Martel printers seemed relatively
Regards, |