48K RS232 --------- Chris Richards of Huddersfield supplies the solution to getting the printer to work in 48K mode and all you ahve to do is type in his listing and run it. Provided no error report is produced, SAVE the code using SAVE "RS232" CODE 65000,113. To use it make sure you have reloaaded it each time and type RANDOMISE USE 65000 and all subsequent LPRINTING will be done via RS232. One problem is that no line feed is sent at the end of a line, so you will havae to set your printer's DIP switches to produce an automatic line feed after a carriage return. If this is not possible then you are limited to hand cranking the machine at the end of each line and LLISTing is likely to become a little messy. The BAUD rate is automatically set to a default of 9600. IF you require anotehr setting then one way is to FORMAT as usual in 128 mode and make a note of the values at addresses 23391/2 by PEEKing them, and then in 48 mode POKE them into addresses 23728/9.