Skip to main content

Python interface for Nixdorf BA63 USB HID display

Project description

BA63USB

Python library for Nixdorf BA63 USB display

Allows displaying messages on a Wincor Nixdorf BA63 USB HID display.

Example usage:

from ba63usb import BA63USB
devs = BA63USB.get()
dev = BA63USB(devs[0]["path"])

dev.clear()
dev.set_charset(0x34) # Change to 858 codepage Latin1+€
dev.set_cursor(1,1)
dev.print("Test °äöü€#*\n\rCount")

for i in range(255):
    dev.set_cursor(2,7)
    dev.print(f"{i}".ljust(3))

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ba63usb-0.1.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

ba63usb-0.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file ba63usb-0.1.tar.gz.

File metadata

  • Download URL: ba63usb-0.1.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for ba63usb-0.1.tar.gz
Algorithm Hash digest
SHA256 718837e64d2e12b2f4e200353533b4ca98b30973dba5cdd58a5523c348ffb611
MD5 adde7b5ae1557e46b04b7c437f6d48fd
BLAKE2b-256 7da04b4292d6dd2bb2a88e064c97ed2c57ba922d89f1117050800e27d339d6a4

See more details on using hashes here.

File details

Details for the file ba63usb-0.1-py3-none-any.whl.

File metadata

  • Download URL: ba63usb-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for ba63usb-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fed5b37ecc46fe3f4434ce6521ca58f70aaf0ac8b16f4bfcfe45727699ffd580
MD5 792ac1744dc595382e2b26897223b8f1
BLAKE2b-256 cdeccdece85eec14d1b0f35e76bab88778a397d200e3e74df0f3f6a83199741e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page