01-26-2010, 05:12 PM
I'm trying to do the HP41's equivalent of BLDSPC and ACSPC.
I tried creating a character with CHRSET, it displays fine on the display (DISP CHR$(128)), but prints nothing when I do PRINT CHR$(128).
What am I missing?
special characters on hp71b + hp-il + 82162a ?
|
01-26-2010, 05:12 PM
I'm trying to do the HP41's equivalent of BLDSPC and ACSPC. I tried creating a character with CHRSET, it displays fine on the display (DISP CHR$(128)), but prints nothing when I do PRINT CHR$(128). What am I missing?
01-26-2010, 06:51 PM
Hi
The 71B CHARSET characters are not equivalent to any printer. The 82162A uses 7 bits for characters.
Closest approach: use only 7 bits of the CHARSET character set. BR Raymund |
« Next Oldest | Next Newest »
|