Sha256: 3b2634a368f91844e2ef0ba5371919d0258fec3a62f197fc7a8d685e795390e7

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

module Extface
  class Driver::StarTsp200 < Driver::GenericPos
    NAME = 'Star TSP200 (Base Receipt Protocol)'.freeze
    GROUP = Extface::PRINT_DRIVER
    
    DEVELOPMENT = true #driver is not ready for production (not passing all tests or has major bugs)

    CAN_RECEŠ”VE_DATA = true #pull from server
    CAN_TRANSMIT_DATA = true #push to server
    
    # Select driver features
    RAW = true  #responds to #push(data) and #pull
    PRINT = true #POS, slip printers
    FISCAL = false #cash registers, fiscal printers
    REPORT = false #only transmit data that must be parsed by handler, CDR, report devices

    has_serial_config
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
extface-0.1.2 app/models/extface/driver/star_tsp200.rb
extface-0.1.1 app/models/extface/driver/star_tsp200.rb