Giter Club home page Giter Club logo

print-toys's Introduction

print-toys

Print Toys is An exploratory playground for integrating a web front-end and Node environment with Epson thermal printers. Specifically, I'm working with the Epson TM-T88VI. The goal is to develop a framework for sending and scheduling print jobs remotely to the printer, even when I'm not connected to the local network.

NOTE: When I say playground, I mean it. Significant portions of the code in this repo are AI-generated. Many of the technologies used are unfamiliar to me and I'm basically just hacking it all together from poorly-written user manuals. Exercise caution when using, modifying, or attempting to deploy any part of this codebase in your own environment.

Features

  • Queue management for print jobs
  • XML-based communication with Epson printers
  • ESC/POS command generation and processing
  • Configuration management for print settings

Setup

The following setup assumes you have an Epson TM-T88VI printer already set up and connected via ethernet to your local network. Setup steps may be similar for other models, but at a minimum the printer should support Server Direct Printing for connecting to a remote host.

  1. Clone the repository:

    git clone https://github.com/your-username/print-toys.git
    cd print-toys
    
  2. Install dependencies:

    yarn install
    
  3. Run Prisma migrations:

    npx prisma migrate dev
    
  4. Start the development server:

    yarn dev
    
  5. Get the local network address of your server and use the Epson configuration app or the web admin interface to point Server Direct Print to http://<network-address>:<port>/queue.

Usage

After setting up the project, you can access the various utilities through the web interface. The main entry point for print job management is the /queue route.

print-toys's People

Contributors

aias avatar

Watchers

 avatar

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.