Skip to content

Arduino Library for Posiflex PP700II Printer. Based on the adafruit thermal printer library, but supports additional functions such as beep, cut, and set/print bitmap from NV memory.

License

Notifications You must be signed in to change notification settings

benolayinka/arduino-posiflex-pp700ii-printer

 
 

Repository files navigation

# arduino-posiflex-pp700ii-library

An Arduino library for a POSIFLEX PP-700II Printer:

These printers use TTL serial to communicate. Check the switches under the printer to determine baud.

This library supports functions which the adafruit printers do not, such as

cut()
beep()
setNVbitmap()

Originally based on adafruit thermal printer library 
https://github.com/adafruit/Adafruit-Thermal-Printer-Library 
MIT license, all text above must be included in any redistribution.

////ARDUINO LIBRARY LOCATION////

On your Mac:: In (home directory)/Documents/Arduino/Libraries
On your PC:: My Documents\Arduino\libraries
On your Linux box: (home directory)/sketchbook/libraries

About

Arduino Library for Posiflex PP700II Printer. Based on the adafruit thermal printer library, but supports additional functions such as beep, cut, and set/print bitmap from NV memory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.7%
  • Ruby 12.3%
  • Processing 7.0%