To print to an ImageWriter II over a network using Applesoft BASIC follow
this procedure:
1) Ensure that you have run the Chooser II to select the printer that you
want to address.
2) This code can be used to allow Applesoft BASIC to communicate with the
chosen ImageWriter II:
10 D$=CHR$(4)
20 Print D$; "PR#7"
30 Print "Hello Printer"
40 Print D$; "PR#0"
50 End