|
Note that in the chart all values are in hex (so the 134 in 'pf' is actually 308). But see how it works? It will print the '3' out first, wait, get the next number and print that out (in this case '0'), wait again, then get the last number, print it out (an '8') and wait for the last time.
Here's another example that displays the number 49:
VARIABLES COMMAND 7-SEG.
pf save pn disp.
|
|