Okidata Microline 320 Turbo

Revision as of 23:08, 19 January 2015 by Rtwomey (talk | contribs)

Revision as of 23:08, 19 January 2015 by Rtwomey (talk | contribs)

Contents

Arduino control

  • parallel port interface
  • arduino nano with ethernet shield.

direct write

  • with newline:
    echo "works just fine" | nc 192.168.1.101 1000
    
  • without newline:
    echo -n "works just fine" | nc 192.168.1.101 1000
    
  • printf:
    printf " keep on going" | nc 192.168.1.101 1000
    

Okidata Microline 320 Control

OS X

  • Systems Preferences -> Printers and Scanners -> Add New Printer
  • Should show up as OKI DATA CORP ML320/1TURBO.
  • Will not have software, select Oki 9-Pin Series.

LP

others

Windows

Linux

Arduino