All Projects → anastaciocintra → escpos-coffee-samples

anastaciocintra / escpos-coffee-samples

Licence: MIT license
anastaciocintra.github.io/escpos-coffee

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to escpos-coffee-samples

escpos-coffee
Java library for ESC/POS printer
Stars: ✭ 172 (+493.1%)
Mutual labels:  barcode, escpos, escpos-printer, escpos-coffee
ESCPOS
A ESC/POS Printer Commands Helper
Stars: ✭ 26 (-10.34%)
Mutual labels:  barcode, escpos
Vip.Printer
Biblioteca para realizar impressões (impressora não fiscal) utilizando comandos Esc/Bema, Esc/Daruma e Esc/Pos 🚀
Stars: ✭ 48 (+65.52%)
Mutual labels:  escpos, escpos-printer
quickprinter
[Quick Printer] Created for the purpose of serving as a channel among other applications that require printing data on receipt printers using ESC / POS commands.
Stars: ✭ 99 (+241.38%)
Mutual labels:  escpos, escpos-printer
Escpos Php
PHP library for printing to ESC/POS-compatible thermal and impact printers
Stars: ✭ 1,851 (+6282.76%)
Mutual labels:  barcode, escpos
socializer
Rails engine to make your projects social. Adds stream, profile, circles, groups and notifications.
Stars: ✭ 56 (+93.1%)
Mutual labels:  stream
BarcodeReader
Simple multi-format barcode reader for Windows
Stars: ✭ 26 (-10.34%)
Mutual labels:  barcode
lead
Sink your streams.
Stars: ✭ 14 (-51.72%)
Mutual labels:  stream
scanbot-sdk-example-ios
No description or website provided.
Stars: ✭ 17 (-41.38%)
Mutual labels:  barcode
stream-throttle
Rust Stream combinator, to limit the rate at which items are produced
Stars: ✭ 19 (-34.48%)
Mutual labels:  stream
rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (+44.83%)
Mutual labels:  stream
react-native-smart-code
Support React & ReactNative.In react-native,it's create base64 String,which is qrcode or barcode ,and without webview.In react,we use jsbarcode.
Stars: ✭ 14 (-51.72%)
Mutual labels:  barcode
SFMediaStream
HTML5 media streamer library for playing music, video, playlist, or even live streaming microphone & camera with node server
Stars: ✭ 97 (+234.48%)
Mutual labels:  stream
inventory
Use a barcode reader to scan the foods in your house and add them to a database. See legacy for zbarcam integration. Master integrates with a USB barcode laser scanner.
Stars: ✭ 32 (+10.34%)
Mutual labels:  barcode
stream-feed-flutter
Stream Feed official Flutter SDK. Build your own feed experience using Dart and Flutter.
Stars: ✭ 67 (+131.03%)
Mutual labels:  stream
ionic-chat-tutorial-react
Build a Real-Time Chat App with Ionic, React, and Stream
Stars: ✭ 19 (-34.48%)
Mutual labels:  stream
aushape
A library and a tool for converting audit logs to XML and JSON
Stars: ✭ 37 (+27.59%)
Mutual labels:  stream
panel
ReCast is a multi platform restreaming tool, you can stream with one servers to multiple services
Stars: ✭ 40 (+37.93%)
Mutual labels:  stream
rec-core
Data pipelining service
Stars: ✭ 19 (-34.48%)
Mutual labels:  stream
jsCast
📻 An Audio Streaming Application written in JavaScript
Stars: ✭ 23 (-20.69%)
Mutual labels:  stream

escpos-coffee-samples

Samples projects to use escpos-coffee library https://github.com/anastaciocintra/escpos-coffee

GitHub

Running Samples

tip: build all together as below, otherwise you can get compilation errors.

cd usual
mvn clean package
java -jar [samplename]/target/[samplename]-jar-with-dependencies.jar 
# without argument to list the priter names
java -jar [samplename]/target/[samplename]-jar-with-dependencies.jar "printer name"

Usual Directory

Have samples for most common functions of the escpos-coffee lib, for example, how to print an image or how to print a barcode. It is enough to make a good receipt print.

Miscellaneous Directory

More specific usages of the escpos-coffee:

  • AndroidImage - (android only) How to print an image with Android Studio
  • SerialStream - (desktop only) How to use Serial Port (com1, com2...) Stream
  • SerialStatus - (desktop only) How to get online status of the printer using Serial port I/O
  • Usb4JavaStream - (desktop only) How to use a usb port I/O
  • UsbStatus - (desktop only) How to get on line status of the printer using usb port I/O
  • SliceImage - (android/desktop) How to print big images (beta version to be incorporated on escpos-coffee library)
  • CoffeeBitmap - (desktop only) How to construct Graphics2D, jEditorPane and html/css receipts
  • PdfPrinting - (desktop only) How to print pdf content
  • PdfPrintingAndroid - (android only) How to print pdf content on Android
  • BarcodeGen - How to generate barcode image

Versioning

The version of this project follow the versions of escpos-coffee library and each version have its own branch: For example, the version 4.0.1 can be accessed on branch 4.0.1

The branch master have always the last stable version.

Contributting

Contributors are welcome, but before you do it its important to read and agree with CODE_OF_CONDUCT.md and CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].