Giter VIP home page Giter VIP logo

zxn-wifiprn's Introduction

ZXN Wifi Printer Driver

PoC for a simple wifi printer driver that enables direct printing to most modern printers from your ZX Spectrum Next.

See the wiki for a list of printers that have been tested as well as more detailed information on the installation procedure.

Don't have a wifi printer? All is not lost, you can run WinPrinterServer on a Windows machine that has a printer configured and make that printer available over the network using your machine to proxy the requests.

Assembling

To assemble the sample application use the following sjasmplus command line

sjasmplus src/wifiprn_drv.asm --inc=inc --msg=war --fullpath

Installing the driver

  1. Copy the driver wifiprn.drv to the SD Card
  2. Using either the BASIC editor or the Command Line run the following command
.install wifiprn.drv
  1. Tell the driver what the IP address is of the printer you want to print to on your network by opening the driver on the standard printer stream and providing the IP address. In the example below, replace the IP address with the IP of your printer.
OPEN #3, "d>P>192.168.5.215"
  1. Test your printer by trying the following BASIC command
LPRINT "Hello World"

Note You need to have the ZX Spectrum Next connected to your network for the driver to work.

zxn-wifiprn's People

Contributors

taylorza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

zxn-wifiprn's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.