You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
678 B

  1. This module adds support for LED Customer Display in the Point of Sale.
  2. It has been tested with
  3. * Bixolon BCD-1100 (http://www.bixolon.com/html/en/product/product_detail.xhtml?prod_id=61),
  4. * Aures OCD 300 (https://www.aures.com/point-de-vente-equipment-solutions-systemes/ecrans-tactiles-afficheurs/ocd-300-350-afficheur-client-graphique)
  5. But it should support most serial and USB-serial LED displays out-of-the-box or with minor adaptations in the source code
  6. * of the module *hw_customer_display* if you use the POSbox,
  7. * or of the Python lib `pyposdisplay <https://github.com/akretion/pyposdisplay>`__ if you use `pywebdriver <https://github.com/akretion/pywebdriver>`__.