StalePixels / PrintShop

A ZX Spectrum Next to Printer Gateway. Written in Python and NextZXOS BASIC, originally https://github.com/StalePixels/PrintStopPipsta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrintShop

Abstract

Inspired by https://gitlab.com/garrylancaster/pipsta-next/

Scripts for using a range of printers, and outputs, from ZX Spectrum Next.
These scripts are not specifically limited to the Spectrum Next, but the only clients available right now are the Linux NetCat based testing, and the ESP Basic Channel driver.

To Use

  • Clone this repo
  • Instantiate a VirtualEnv in /server
  • Activate the VirtualEnv
  • Install the requirements
  • Start print-shop.py with the appropriate options

File Details

File Use
server/print-shop.py Listens on port 65432 and outputs data received printer after a number of optional converstions. Compatble with Garry's original, linked above
server/printers Individual printer driver modules
tests/ Shell scripts to test the drivers from Linux

About

A ZX Spectrum Next to Printer Gateway. Written in Python and NextZXOS BASIC, originally https://github.com/StalePixels/PrintStopPipsta


Languages

Language:Python 94.4%Language:Shell 5.6%