Code Monkey home page Code Monkey logo

mundiclient's Introduction

mundiclient

Client for the mundi laser printer.

It is setup to communicate over tcp, so you need to convert the serial port to ethernet. In this case we used https://www.antratek.nl/cse-h21

The implementation is done based on the documentation provided, see file ./906-0152-00.pdf. Post 2.10.001 is used.

Getting started:

package main

import (
  "fmt"
  "github.com/naipath/mundiclient"
)

func main() {
  client, _ := mundiclient.New("192.168.1.171", 1470)
  defer client.Close()
  
  fmt.Println(client.GetVersion())
}

Implemented commands:

  • Get version
  • External field
  • Upload logo image
  • Select file for marking
  • Request list of marking files
  • Request current marking file
  • Get laser parameter
  • Set laser parameter
  • Get file (download file from mundi scan)
  • Get line settings
  • Set line settings
  • Get current counters
  • Reset current counters
  • Incremental counters (Get and Set)
  • Get status data
  • Get status message
  • Get field contents
  • Offset field
  • System Time and date

Not yet implemented:

  • Alter Logo Text Fields
  • Sending marking file
  • Get history files

mundiclient's People

Contributors

naipath 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.