home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / prt / prnser.ba < prev    next >
Text File  |  2006-10-19  |  979b  |  30 lines

  1. PRINT can be easily modified to send your text file out the 
  2. RS-232 port instead of the parallel printer port.  This is 
  3. useful for those of you with serial printers, or for people 
  4. who would like to upload a formatted file to another 
  5. computer.  The following patch was tried by me using a null 
  6. modem and another computer.  PRINT successfully passed 
  7. formatted files to the other computer.  I hope those of you 
  8. with serial printers will give PRINT a try and report the 
  9. results.
  10.  
  11. To install the patch, go to BASIC and carefully type the 
  12. following:
  13.  
  14. POKE 60200,62
  15. POKE 60201,2
  16. POKE 60300,62
  17. POKE 60301,2
  18. POKE 60311,50
  19. POKE 60312,110
  20.  
  21. To use PRINT with the serial output, first go to TELCOM and 
  22. set your communications parameters.  Then go to PRINT and 
  23. use it normally.  I'd appreciate some feedback regarding 
  24. this patch.  It did work going computer-to-computer.  I hope
  25. it works for printers as well.
  26.  
  27. Enjoy the program!
  28.  
  29. Jim Irwin  72346,1020
  30.